The download stops prematurely or fails. Even cloning fails after finishing a part.
I have checked with my IT support and no on has any issues with the network. Could you please help?
Thanks in advance
Welcome to the Community!
What is the error you are getting while Cloning the repository?
If possible please attach the screenshot for the same.
Cloning into 'xxxxx'...
remote: Counting objects: 9993, done.
remote: Compressing objects: 100% (1108/1108), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try with below command to clone the repo.
git clone https://username@bitbucket.org/repositoryName.git --depth 1
Please have a look at the below article, hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tried. Still failing to download.
Cloning into 'xxxx'...
remote: Counting objects: 6002, done.
remote: Compressing objects: 100% (4639/4639), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you gone through the attached article (StackOverflow), there is another option to clone the repo.
if not please have a look at the other option as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. Have gone through both SSH and depth options. Both give the same error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ajay Vishwanathplease go through the below article hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think it works now. SSH did the trick. There may have been network issues or limits that prevented HTTPS. Thank you @Yogesh Mude
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.