You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>