this post was submitted on 16 Sep 2025
715 points (97.9% liked)

Programmer Humor

27545 readers
144 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 18 points 2 months ago (1 children)
[–] Quill7513@slrpnk.net 42 points 2 months 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 2 months ago (1 children)
[–] Quill7513@slrpnk.net 12 points 2 months 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 2 months ago (1 children)
[–] Quill7513@slrpnk.net 1 points 2 months ago (1 children)

that's the api token i mentioned

[–] hemko@lemmy.dbzer0.com 1 points 2 months ago

Oh, I'm skimming through comments too fast lol