github issues

Hardware and software discussion.
Locked
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12220
Joined: Wed Sep 05, 2007 8:17 pm

github issues

Post 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
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Maybe you should try ssh protocol.
http://stackoverflow.com/a/22111840
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12220
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

git repack -a -f -d --window=250 --depth=250

worked after I applied this.
Locked