Skip to content

Instantly share code, notes, and snippets.

@ajohnstone
Created June 27, 2011 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajohnstone/1048706 to your computer and use it in GitHub Desktop.
Save ajohnstone/1048706 to your computer and use it in GitHub Desktop.
fatal: reference is not a tree:
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'
@ajohnstone
Copy link
Author

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment