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.
i've tried it, but it's not working.
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.