Created
June 27, 2011 11:32
-
-
Save ajohnstone/1048706 to your computer and use it in GitHub Desktop.
fatal: reference is not a tree:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@andrew-desktop:/var/lib/jenkins/jobs/manta/workspace# git submodule update | |
fatal: reference is not a tree: 7c25db19e674b4b7d43a7a14526444c0d5a6bb64 | |
Unable to checkout '7c25db19e674b4b7d43a7a14526444c0d5a6bb64' in submodule path 'library/Everlution' | |
root@andrew-desktop:/var/lib/jenkins/jobs/manta/workspace# git reset | |
Unstaged changes after reset: | |
M library/Everlution | |
root@andrew-desktop:/var/lib/jenkins/jobs/manta/workspace# git commit -m"Update" library/Everlution | |
[detached HEAD b56b876] Update | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
Command "git submodule update" returned status code 1: fatal: reference is not a tree: 7c25db19e674b4b7d43a7a14526444c0d5a6bb64 | |
Unable to checkout '7c25db19e674b4b7d43a7a14526444c0d5a6bb64' in submodule path 'library/Everlution' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
root@andrew-desktop:/var/lib/jenkins/jobs/manta/workspace# git submodule update
Initialized empty Git repository in /var/lib/jenkins/jobs/manta/workspace/library/Everlution/.git/
remote: Counting objects: 93, done.
remote: Compressing objects: 100% (62/62), done.
remote: Total 93 (delta 15), reused 93 (delta 15)
Receiving objects: 100% (93/93), 29.87 KiB, done.
Resolving deltas: 100% (15/15), done.
fatal: reference is not a tree: 7c25db19e674b4b7d43a7a14526444c0d5a6bb64
Unable to checkout '7c25db19e674b4b7d43a7a14526444c0d5a6bb64' in submodule path 'library/Everlution'