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.
i'm getting this error when i'm trying to clone from my bitbucket with either sourcetree or git, can any 1 help me? thanks.
here is a link with the problem:
cloning error fatal: The remote end hung up unexpectedly 0 GiB | 5.86 MiB/s
fatal: early EOF fatal: index-pack failed Error(s) during clone: git clone failed: exit status 128
Hello! Could you try the steps listed in the workaround in this post? https://confluence.atlassian.com/bitbucketserverkb/git-clone-fails-fatal-the-remote-end-hung-up-unexpectedly-fatal-early-eof-fatal-index-pack-failed-779171803.html
Thanks!
this is my error: git clone fails after 1 GB
i cannot stop the bitbucket or change anything in it since its from the company.
and i have no idea what Nginx is :\, thanks for helping tho, still trying to fix it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay. The following might work for you:
git fetch --unshallow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, that helped, thank you, but now i only see the master branch, how do i make it so that all the other branches appear?
Thank you very much for all the help so far.
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.
$ git pull --all
Fetching origin
Already up to date.
i'll take a look into that threat thank you
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.