I'm currently on vacation and doing some work committing and clicking on github. Our internet connection here is very poor (wireless point-to-point in the mountains) and very often falls.
I was able to click on github for about a week and a half, but over the last couple of days I have not been able to. I can make small changes to other repositories, but it's pretty big, I think, and I made the situation worse by adding more and more commits.
When I try to click (using git extensions under Windows), I get the following error:
c: \ Program Files (x86) \ Git \ bin \ git.exe click "origin" master: master Done FATAL ERROR: network error: software caused connection interruption fatal: sha1 file '' write error: Broken pipe fatal: remote end unexpectedly hung up the error: could not click on some links to git @ github.com: plenderj / myproject.git '
I see the activity of the outgoing network, and then it leaves, and after a while git complains. I probably tried to click about 10 or 15 times.
Is there a way to split what git is trying to load into smaller pieces, or can I create some diff file, apply them to my computer at home, and then download from there? In the worst case, I copy and paste the whole / src / folder onto the memory card and just do it from home, but I can't help but think that there is a better way. Any suggestions? :)
source share