this post was submitted on 16 Sep 2025
439 points (98.2% liked)

Programmer Humor

26373 readers
989 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
[โ€“] BootLoop@sh.itjust.works 24 points 16 hours ago* (last edited 16 hours ago) (1 children)

If this isn't referring to the Git CLI that prompts the user for username and password for a GitHub remote repository and GitHub rejecting password auth, then disregard this rant.

Git and GitHub are two seperate pieces of software. Git is the local client that does all the work and can optionally sync with a remote repository that can be stored in GitHub or GitLab or any other compatible remote. When Git asks for a password to authenticate, it has nothing to do with GitHub. GitHub then rejects that authentication method that Git provided because it believes that the method is insecure.

[โ€“] fuzzzerd@programming.dev 7 points 13 hours ago

Wait until we tell them that Java and JavaScript are also different languages that are completely different things.