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

forge install fails on fresh clone #22

Open
marcuspang opened this issue Jul 10, 2024 · 1 comment
Open

forge install fails on fresh clone #22

marcuspang opened this issue Jul 10, 2024 · 1 comment

Comments

@marcuspang
Copy link

Running forge install after cloning the repo doesn't work out of the box.

git submodule exited with code 128:
Submodule path 'lib/avalanche-interchain-token-transfer': checked out '3a06a32d7e3a9fb6bc78df39ce0447d8dfbc069d'
Submodule path 'lib/avalanche-interchain-token-transfer/contracts/lib/forge-std': checked out 'ae570fec082bfe1c1f45b0acca4a2b4f84d345ce'

I resolved this by checking out to main branch and running again.

cd lib/avalanche-interchain-token-transfer
git checkout main
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
@marcuspang and others