hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 11 months agoGitHub Desktop or Git CLI?programming.devimagemessage-square158fedilinkarrow-up1520arrow-down132
arrow-up1488arrow-down1imageGitHub Desktop or Git CLI?programming.devhypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 11 months agomessage-square158fedilink
minus-squareJuice [none/use name]@hexbear.netlinkfedilinkEnglisharrow-up3·edit-211 months 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
minus-squareJuice [none/use name]@hexbear.netlinkfedilinkEnglisharrow-up1·11 months agoNo luck, i tried that and https login and it still asks for a PW when I push
minus-squarestepanzak@iusearchlinux.fyilinkfedilinkarrow-up2·11 months 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.
minus-squareJuice [none/use name]@hexbear.netlinkfedilinkEnglisharrow-up2·11 months agoI’ll try that, thanks
minus-squareGambled23@sh.itjust.workslinkfedilinkarrow-up1·11 months agoUse ssh authentication instead
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
deleted by creator
No luck, i tried that and https login and it still asks for a PW when I push
deleted by creator
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
key identification
Use ssh authentication instead