So im getting this error in SourceTree while i was trying to clone the git repo.
error: 1462 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
I did try the following code given in this link(Github - unexpected disconnect while reading sideband packet "Link") via Git bash.
set GIT_TRACE_PACKET=1
set GIT_TRACE=1
set GIT_CURL_VERBOSE=1
git config --global core.compression 0
git clone --depth 1 <repo_URI>
# cd to your newly created directory
git fetch --unshallow
git pull --all
I was able to get the whole repo successfully. But not able to navigate to the SourceTree application itself.
Before while working on Sourcetree i didn't encounter this kind of error . I guess this start to happen only when i change the password. I did refresh my new password in Sourcetree. Still no luck.
I'm expecting this kind of window , after cloning. after cloning before cloning
So i did try adding my cloned repo master branch to Sourcetree i was able to add successfully. But im not able to get other branches . I'm getting an error in the Remote Icon which is marked in topmost right red box. Attached a image above for reference. When i click it . It takes me to my Bitbucket chrome web page. Not sure what to do next!
Needs some help :-) Thanks
I received the same error once during cloning a git repository and once during pod installation. Running the below command fixed it
git config --global http.postBuffer 1024M
If it doesn't work follow the steps mentioned below.
Try changing your network, use VPN or switch to the cellular data.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With