Hacker News new | ask | show | jobs
by maple3142 2247 days ago
A little bit off topic. I just wondering it support git write access over https? Not just read only.
1 comments

No, write access is only supported over SSH, for security reasons. SSH key authentication is stronger than password authentication, and git.sr.ht doesn't have access to your password hash to check anyway.