I had a repository on bitbucket which worked just fine for a while. A few weeks ago, I tried to push a rather large commit ( > 10mb) ; it just hung. I retried several times. Each time, I'd see something like:
Counting objects: 34, done. Delta compression using up to 4 threads. Compressing objects: 100% (33/33), done. Writing objects: 100% (33/33), 16.17 MiB | 15.42 MiB/s, done. Total 33 (delta 0), reused 0 (delta 0)
And that would be it. It would stay that way for hours.
Increasing the http buffer size using:
git config http.postBuffer 524288000
hasn't worked either; nor has 're-initing' the repository or recreating the repo on bitbucket.
What to do .......
BTW: I'm working on an Ubuntu 14 OS.
Hi Emmanuel,
Thank you for your question.
Under which protocol (HTTPS/SSH) are you pushing into your repository? I would kindly ask you to set up SSH by adding a key-pair to your repository and re-attempt on pushing files into it, please.
Kind regards,
Rafael
I set up SSH and it still did not fix the problem. After failing to upload a 7mb file as a gmail attachment, which smaller attachments worked, I have (after some other tests) determined that my wireless driver it what's faulty. It's not git, neither is it bitbucket. I consider this issue resolved. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How did you fix your wireless driver? did you install a later version? (I'm having the same problem)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I had being having the same issue and nothing worked for me but using:
$git remote add origin git@bitbucket.org:<username>/<reponame>.git
$git push -u origin master
*Was not working cloning a new created repo in bitbucket, cloning it in my local desktop, adding the files (keeping .git) and trying git push
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
*Using https clone
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.