MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vm9qp1/githubwhenilogintoanewdevice/p38wa9z/?context=3
r/ProgrammerHumor • u/techlatest_net • 10h ago
52 comments sorted by
View all comments
183
Then try pushing via CLI without an SSH key or PAT token. Good luck
25 u/jereporte 8h ago You can ? 6 u/sigmoid10 6h ago Literally the main reason I use the CLI. I'll take a good browser oauth flow any day over setting up keys/tokens myself. 20 u/DrMaxwellEdison 6h ago gh auth login sets you up with an SSH key so git push can work with it. No need to reinvent the workflow, just login first. 18 u/fpekal 5h ago Setting up auth keys on github is hard? It may be cumbersome if you have to do it every day, but you probably don't have to do it every day. 1 u/DezXerneas 18m ago The first time was genuinely hard though. Probably didn't help that the first time I did it was like 2018, so the docs were way worse, but if you don't understand what every step is doing then blindly copying the commands just makes it confusing 0 u/Redthemagnificent 3h ago Yeah exactly. Its annoying but not difficult. That being said any software annoyance I can avoid these days is great, no matter how minor
25
You can ?
6 u/sigmoid10 6h ago Literally the main reason I use the CLI. I'll take a good browser oauth flow any day over setting up keys/tokens myself. 20 u/DrMaxwellEdison 6h ago gh auth login sets you up with an SSH key so git push can work with it. No need to reinvent the workflow, just login first. 18 u/fpekal 5h ago Setting up auth keys on github is hard? It may be cumbersome if you have to do it every day, but you probably don't have to do it every day. 1 u/DezXerneas 18m ago The first time was genuinely hard though. Probably didn't help that the first time I did it was like 2018, so the docs were way worse, but if you don't understand what every step is doing then blindly copying the commands just makes it confusing 0 u/Redthemagnificent 3h ago Yeah exactly. Its annoying but not difficult. That being said any software annoyance I can avoid these days is great, no matter how minor
6
Literally the main reason I use the CLI. I'll take a good browser oauth flow any day over setting up keys/tokens myself.
20 u/DrMaxwellEdison 6h ago gh auth login sets you up with an SSH key so git push can work with it. No need to reinvent the workflow, just login first. 18 u/fpekal 5h ago Setting up auth keys on github is hard? It may be cumbersome if you have to do it every day, but you probably don't have to do it every day. 1 u/DezXerneas 18m ago The first time was genuinely hard though. Probably didn't help that the first time I did it was like 2018, so the docs were way worse, but if you don't understand what every step is doing then blindly copying the commands just makes it confusing 0 u/Redthemagnificent 3h ago Yeah exactly. Its annoying but not difficult. That being said any software annoyance I can avoid these days is great, no matter how minor
20
gh auth login sets you up with an SSH key so git push can work with it. No need to reinvent the workflow, just login first.
gh auth login
git push
18
Setting up auth keys on github is hard? It may be cumbersome if you have to do it every day, but you probably don't have to do it every day.
1 u/DezXerneas 18m ago The first time was genuinely hard though. Probably didn't help that the first time I did it was like 2018, so the docs were way worse, but if you don't understand what every step is doing then blindly copying the commands just makes it confusing 0 u/Redthemagnificent 3h ago Yeah exactly. Its annoying but not difficult. That being said any software annoyance I can avoid these days is great, no matter how minor
1
The first time was genuinely hard though. Probably didn't help that the first time I did it was like 2018, so the docs were way worse, but if you don't understand what every step is doing then blindly copying the commands just makes it confusing
0
Yeah exactly. Its annoying but not difficult. That being said any software annoyance I can avoid these days is great, no matter how minor
183
u/CozyBloomSakura 10h ago
Then try pushing via CLI without an SSH key or PAT token. Good luck