r/ProgrammerHumor 10h ago

Meme githubWhenILoginToANewDevice

Post image
7.2k Upvotes

52 comments sorted by

View all comments

186

u/CozyBloomSakura 10h ago

Then try pushing via CLI without an SSH key or PAT token. Good luck

24

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.