this post was submitted on 16 Sep 2025
486 points (98.6% liked)

Programmer Humor

26372 readers
1130 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
[–] 30p87@feddit.org 17 points 21 hours ago (1 children)
[–] Quill7513@slrpnk.net 32 points 20 hours ago (1 children)

GitHub hasn't allowed http pushes with password auth for a while. you need either to do an ssh push or use an api token. yet, anythime you do an http push for the first time, you are prompted for a password. the real reason for this is git, not github

[–] bananabread@lemmy.zip 2 points 19 hours ago (1 children)
[–] Quill7513@slrpnk.net 7 points 19 hours ago (1 children)

doesn't really matter, but https. it's the only endpoint github has available and all http requests get redirected. the reason i say it doesn't matter is that git will prompt you for your password before even trying to communicate with the remote