this post was submitted on 13 Dec 2023
486 points (94.2% liked)

Programmer Humor

20735 readers
2207 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Juice@hexbear.net 1 points 1 year ago (1 children)

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

[โ€“] usa_suxxx@hexbear.net 8 points 1 year ago* (last edited 1 year ago)

HTTPS

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

SSH

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

Did you use the correct syntax for SSH?