this post was submitted on 13 Dec 2023
473 points (94.4% liked)

Programmer Humor

19154 readers
2012 users here now

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.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 9 months ago (1 children)

No luck, i tried that and https login and it still asks for a PW when I push

[โ€“] [email protected] 8 points 9 months ago* (last edited 9 months ago)

HTTPS

git remote add origin https://github.com/user/repo.git

SSH

git remote add origin [email protected]:user/repo.git

Did you use the correct syntax for SSH?