How do you use token to access github in a basic terminal?
TheDarkQuark @ TheDarkQuark @lemmy.world Posts 0Comments 35Joined 2 yr. ago
TheDarkQuark @ TheDarkQuark @lemmy.world
Posts
0
Comments
35
Joined
2 yr. ago
Deleted
Permanently Deleted
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.