minus-squareTheDarkQuark@lemmy.worldtoLinux@lemmy.ml•How do you use token to access github in a basic terminal?linkfedilinkarrow-up19·27 days agoJust use SSH keys. https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent And use SSH urls (git@…) instead of HTTPS urls (https://…) when cloning. linkfedilink
minus-squareTheDarkQuark@lemmy.worldtoAsklemmy@lemmy.ml•asking lemmy to 'Draw a duck and share your art'linkfedilinkarrow-up1·6 months ago linkfedilink
Just use SSH keys.
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
And use SSH urls (git@…) instead of HTTPS urls (https://…) when cloning.