[TriLUG] FInally hopping back on GitHub (help with PAT)
Alan Porter via TriLUG
trilug at trilug.org
Wed Mar 10 09:30:11 EST 2021
> I'm finally hopping back in to GIthub land and it now
> suggests/requires
> using a Personal Access Token. My question is where do you store
> this so
> that it is both secure and unnecessary to type everytime you go to
> commit
> or push and how?
I think the key change is that they are deprecating username/password
access for git push/pull. Basically they want you to log in to the web
site using your web username/password (and optionally a second factor).
Put your SSH key in your configs. And then use SSH auth for your git
push/pull.
Alan
More information about the TriLUG
mailing list