Replies: 1 comment 3 replies
-
There is a possibility that the issue is due to the internet, use a VPN or try again at another time. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
while installing chainlink-local in crosschain rebase token secction,im facing this issue
forge install smartcontractkit/chainlink-local --no-commit Installing chainlink-local in /mnt/d/foundry-f24/ccip_rebase_token/lib/chainlink-local (url: Some("https://github.com/smartcontractkit/chainlink-local"), tag: None) Cloning into '/mnt/d/foundry-f24/ccip_rebase_token/lib/chainlink-local/lib/chainlink-brownie-contracts'... remote: Enumerating objects: 35017, done. remote: Counting objects: 100% (4618/4618), done. remote: Compressing objects: 100% (1558/1558), done. error: RPC failed; curl 18 transfer closed with outstanding read data remaining error: 4119 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output fatal: clone of 'https://github.com/smartcontractkit/chainlink-brownie-contracts' into submodule path '/mnt/d/foundry-f24/ccip_rebase_token/lib/chainlink-local/lib/chainlink-brownie-contracts' failed Failed to clone 'lib/chainlink-brownie-contracts'. Retry scheduled Cloning into '/mnt/d/foundry-f24/ccip_rebase_token/lib/chainlink-local/lib/chainlink-brownie-contracts'... remote: Enumerating objects: 35017, done. remote: Counting objects: 100% (4618/4618), done. remote: Compressing objects: 100% (1558/1558), done. error: RPC failed; curl 18 transfer closed with outstanding read data remaining error: 1022 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output fatal: clone of 'https://github.com/smartcontractkit/chainlink-brownie-contracts' into submodule path '/mnt/d/foundry-f24/ccip_rebase_token/lib/chainlink-local/lib/chainlink-brownie-contracts' failed Failed to clone 'lib/chainlink-brownie-contracts' a second time, aborting Error: git submodule exited with code 1
Beta Was this translation helpful? Give feedback.
All reactions