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 error when building #875

Closed
LollipopFt opened this issue Oct 18, 2021 · 5 comments
Closed

fatal error when building #875

LollipopFt opened this issue Oct 18, 2021 · 5 comments
Labels
A-packaging Area: Packaging and bundling

Comments

@LollipopFt
Copy link
Contributor

when doing

git pull --recurse-submodules

i had error

fatal: remote error: upload-pack: not our ref f5d7bda543da788bd507b05bd722627dde66c9ec
fatal: Fetched in submodule path 'helix-syntax/languages/tree-sitter-elixir', but it did not contain f5d7bda543da788bd507b05bd722627dde66c9ec. Direct fetching of that commit failed.
@LollipopFt
Copy link
Contributor Author

note: could be due to commit #830. using windows here.

@heliostatic
Copy link
Contributor

Same issue here on a mac, I assume it is indeed #830 related, but I'm not sure how to resolve.

@archseer
Copy link
Member

I got it fixed by running git submodule sync; git submodule update --init.

@heliostatic
Copy link
Contributor

Didn't know about git submodule sync -- thanks @archseer

@LollipopFt
Copy link
Contributor Author

thanks, this worked wonders!

@kirawi kirawi added the A-packaging Area: Packaging and bundling label Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-packaging Area: Packaging and bundling
Projects
None yet
Development

No branches or pull requests

4 participants