hypnotic_nerd@programming.dev to Programmer Humor@programming.dev • 1 year agoGitHub Desktop or Git CLI?imagemessage-square35 fedilinkarrow-up1170
arrow-up1170imageGitHub Desktop or Git CLI?hypnotic_nerd@programming.dev to Programmer Humor@programming.dev • 1 year agomessage-square35 Commentsfedilink
minus-squareJuice [none/use name]hexbear3·edit-21 year agoUh 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 link
minus-squarestepanzak@iusearchlinux.fyihexbear2·1 year agoI'm not sure about the exact commands, but you do something like gh auth login to authenticate the CLI and then something like gh ssh setup to change ssh's config file to authorize using the GH CLI. linkfedilink
minus-squareJuice [none/use name]hexbear1·1 year agoNo luck, i tried that and https login and it still asks for a PW when I push link
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
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
deleted by creator
No luck, i tried that and https login and it still asks for a PW when I push
deleted by creator