Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I guess .gitmodules should be adjusted #1

Open
yarikoptic opened this issue May 1, 2016 · 1 comment
Open

I guess .gitmodules should be adjusted #1

yarikoptic opened this issue May 1, 2016 · 1 comment

Comments

@yarikoptic
Copy link

head1:/data/movieloc/data/studyforrest/visloc/src
$> git diff
diff --git a/.gitmodules b/.gitmodules
index 01412c0..4524430 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,9 @@
 [submodule "src/phase2"]
        path = src/phase2
-   url = ../phase2
+ url = ../studyforrest-data-phase2
 [submodule "src/tnt"]
        path = src/tnt
        url = ../tnt
 [submodule "src/aligned"]
        path = src/aligned
-   url = ../aligned
+ url = ../studyforrest-data-aligned

(not sure what for tnt). but then stuff needs to be pushed I guess for aligned?

$> git submodule update --init aligned
Cloning into 'src/aligned'...
remote: Counting objects: 9877, done.
remote: Total 9877 (delta 0), reused 0 (delta 0), pack-reused 9877
Receiving objects: 100% (9877/9877), 838.38 KiB | 0 bytes/s, done.
Resolving deltas: 100% (134/134), done.
Checking connectivity... done.
fatal: reference is not a tree: 046713bbeb2ae381685e1ffe31fb651024797693
Unable to checkout '046713bbeb2ae381685e1ffe31fb651024797693' in submodule path 'aligned'
@mih
Copy link
Contributor

mih commented May 9, 2016

Thanks for the report and the patch. It should work now. Please try and close this one if successful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants