minus-squareTheDarkQuark@lemmy.worldtoLinux@lemmy.ml•How do you use token to access github in a basic terminal?linkfedilinkarrow-up5·2 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
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.