this post was submitted on 16 Sep 2025
601 points (97.6% liked)

Programmer Humor

26521 readers
1709 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 1 week ago (7 children)
[–] Quill7513@slrpnk.net 38 points 1 week ago (2 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 3 points 1 week ago (1 children)
[–] Quill7513@slrpnk.net 10 points 1 week 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

[–] hemko@lemmy.dbzer0.com 1 points 6 days ago (1 children)
[–] Quill7513@slrpnk.net 1 points 6 days ago (1 children)

that's the api token i mentioned

[–] hemko@lemmy.dbzer0.com 1 points 6 days ago

Oh, I'm skimming through comments too fast lol

load more comments (4 replies)