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

fatal: reference is not a tree #40

Open
dutchiexl opened this issue Sep 23, 2013 · 1 comment
Open

fatal: reference is not a tree #40

dutchiexl opened this issue Sep 23, 2013 · 1 comment

Comments

@dutchiexl
Copy link

When updating the submodule an error pops up:

git submodule update --init

  • branch HEAD -> FETCH_HEAD
    fatal: reference is not a tree: 0ed6b9f1fe6084e25fb78689e5c7ec9b6dbb190c
    Unable to checkout '0ed6b9f1fe6084e25fb78689e5c7ec9b6dbb190c' in submodule path 'wp'
@tillkruss
Copy link

Try fetching the submodule beforehand: git submodule foreach 'git fetch && git fetch --tags'

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