Skip to content
Snippets Groups Projects
Commit e5fa3b19 authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

Add remark how to fix weird git subtree pull issues

parent 9d13ca6f
No related branches found
No related tags found
1 merge request!44Resolve "Test libfabric update to 1.13 or 1.14"
Pipeline #84621 failed
......@@ -42,6 +42,15 @@ To update a dependency project (e.g. mamba) subtree please do
git subtree pull --prefix=deps/mamba --squash git@gitlab.com:cerl/mamba.git master
```
If `git` refuses to do the subtree update insisting 'repo was never added', create a remote for the repo, e.g.,
```
git remote add -f ofiwg git@github.com:ofiwg/libfabric.git
```
and use that repo name for the `subtree pull` command.
# Building
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment