We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
forge install
after cloning the repo doesn't work out of the box.I resolved this by checking out to main branch and running again.
The text was updated successfully, but these errors were encountered: