during clone a bitbucket repository , i have facing a issue, below error
fatal:the remote end hung up unexpectedly.
But i have change the post buffer also to
git config --global http.postBuffer 1048576000
, but have facing same issue,..please help
Hi @[deleted],
Probably you can switch from HTTP protocol to ssh and try clone again.
git config --global url.ssh://git@bitbucket.org/. insteadOf https://bitbucket.org/
Hope this helps you.
Thanks,
Ram.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.