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.
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.