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.
Edit .git/config file under your repo directory
.git/config
Find url= entry under section [remote "origin"]
url=
[remote "origin"]
Change it from url=https://github.com/rootux/ms-Dropdown.git to https://USERNAME@github.com/rootux/ms-Dropdown.git
url=https://github.com/rootux/ms-Dropdown.git
https://USERNAME@github.com/rootux/ms-Dropdown.git
where USERNAME is your github user name
USERNAME