490
GitHub Desktop or Git CLI?
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Uh how do i get GH cli to work on Linux? I tried pushing a project and it just asks for a password, and PW support is deprecated
No luck, i tried that and https login and it still asks for a PW when I push
I'm not sure about the exact commands, but you do something like
gh auth login
to authenticate the CLI and then something likegh ssh setup
to change ssh's config file to authorize using the GH CLI.I'll try that, thanks
Use ssh authentication instead
key identification