Page 1 of 1

github issues

Posted: Sun Feb 28, 2016 3:32 am
by fanboy
I've been attempting to push a test repo to github, I've messed with changing the http.postBuffer (or use http instead https) but with no luck.. it still errors :/

Code: Select all


fanboy@Ubuntu-1510-wily-64-minimal:~/test/new_git_rep$ git push http://github.com/ryanbr/fanboy-adblock.git
Username for 'https://github.com': ryanbr
Password for 'https://[email protected]':
Counting objects: 191447, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (77640/77640), done.
error: RPC failed; result=55, HTTP code = 200iB | 2.03 MiB/s
fatal: The remote end hung up unexpectedly
Writing objects: 100% (191447/191447), 2.51 GiB | 98.12 MiB/s, done.
Total 191447 (delta 113493), reused 191445 (delta 113493)
fatal: The remote end hung up unexpectedly
Everything up-to-dat

Re: github issues

Posted: Sun Feb 28, 2016 3:51 am
by smed79
Maybe you should try ssh protocol.
http://stackoverflow.com/a/22111840

Re: github issues

Posted: Wed Mar 02, 2016 8:55 pm
by fanboy
git repack -a -f -d --window=250 --depth=250

worked after I applied this.