Hi All,
I'm trying to clone or pull code from repository I'm facing this below error. please reply how to resolve this.
Thanks in advance
error as below : -
remote: Counting objects: 19907, done.
remote: Compressing objects: 100% (7370/7370), 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
Hi @sam ssy ,
This error should be associated to troubles in your connection.
Try this from command line :
git clone http://bitbucket.server.com/repo_name --depth 1
git fetch --unshallow
Please let us know if it solves your issue.
Fabio
HI @Fabio Racobaldo _Herzum_ ,
it's resolved only once ,every time i have to use depth 1 for cloning but when i try to push ,it says same error.
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.