I am trying to clone a branch from Git Repo (via Sourcetree) and its getting failed with below Error.
error: 4944 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
What could be the issue and how to fix it?
Hey @Kishorkumar ,
and welcome to the Community!
To determine whether the issue is related to your Sourcetree configuration/setup, could you please try cloning directly from your terminal and confirm if the same error occurs?
You can use the following command to clone the repository:
git clone https://USERNAME:APP_PASSWORD@bitbucket.org/WORKSPACE/REPOSITORY.git
git clone git@bitbucket.org:WORKSPACE/REPOSITORY.git
* If using Windows, please run the clone on Git Bash for Windows.
Thank you, @Kishorkumar !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.