Skip to content

GIT prompts for Password Auth. failed

Aggravate edited this page Mar 8, 2011 · 3 revisions

If you face this problem, do as follows: 1.log into github => account settings => account admin => copy the "api token" 2.open your git bash and do: vim $HOME/.gitconfig and insert:

[github]
user = <your github name>
token = <your token from 1>

3.setup a proxy if needed 4.weaddy

Clone this wiki locally