Hacker News new | past | comments | ask | show | jobs | submit login

Can't you still use https with this? You use the personal account token for the specific account to log in as the "password". I've been doing this recently with two GitHub accounts.

In my ~/.gitconfig file, I've included

    [credential "https://github.com"]
        useHttpPath = true
Which means that the first time -- and only the first time -- I try to do something with a GitHub repo that requires authentication, I'll be asked for the username and password (token), and I make sure to use the right one. :) At that point things stay set.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: