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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.