You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
$ git clone https://innersource.*.com/*repoName.git
Cloning into 'repoName'...
remote: Enumerating objects: 2845, done.
remote: Counting objects: 100% (2845/2845), done.
remote: Compressing objects: 100% (2615/2615), done.
error: 2272 bytes of body are still expected | 2.14 MiB/s
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Hey Ruma,
Let's try to help you out here as I've seem some other users with the same issue.
In the past, I've seem below command being ran by the user received the error while trying to clone and it got resolved.
git config --global http.postBuffer 52428800
git config --global core.compression 0
$ git clone https://innersource.%2A.com/*repoName.git --depth 1
$ cd repository
$ git fetch --unshallow
Please let me know if that was helpful and if it resolved it :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.