I was able to clone a copy of this repo over HTTPS authenticated. I\'ve made some commits and want to push back out to the GitHub server. Using Cygwin on Windows 7 x64.
This works for me -:
git remote set-url origin https://username@github.com/user/repo.git
Hope it helps