Git push hangs everytime I try to push to github. I am using Cygwin and Windows 7. Git functions fine locally tracking branches, providing status, setting global user.name a
Restart your ssh agent!
killall ssh-agent; eval `ssh-agent`