I am getting the error git did not exit cleanly (exit code 128) in Tortoise Git while pushing my changes to master in GITHub
git.exe push -v --progress "origin" master:master
Pushing to https://github.com/myproj/Net.git
error: The requested URL returned
error: 504 while accessing
https://github.com/myproj/Net.git/info/refs?service=git-receive-pack
fatal: HTTP request failed
git did not exit cleanly (exit code 128) (63228 ms @ 22-12-2012 23:57:48)
I already referred How to resolve "git did not exit cleanly (exit code 128)" error on TortoiseGit?
But i am using HTTPS and not SSH. I mean i cloned using HTTPS url from GITHub. Also i have no idea how to get SSH generated!
What will be fix?