Hacker News new | past | comments | ask | show | jobs | submit login
Git Credential Manager: authentication for everyone (github.blog)
30 points by TiredOfLife on April 9, 2022 | hide | past | favorite | 2 comments



Is setting up SSH keys particularly painful on platforms other than Linux? This feels like a lot of work to avoid that.


You can install Git Bash for Windows and start from there. It gives you a shell that emulates POSIX behavior (although don’t expect WSL levels of seamlessness), and is enough for simple Git usage. OpenSSH and Git and Vim all work similarly, albeit a bit janky.

But even then there are quite some SSH-related workflow stoppers in Windows, particularly when you use Git LFS. Git LFS haven’t fixed the problem where you get multiple password prompts (I usually get 4~5) just to push/pull anything. The overall workflow is painful if you’re self-hosting and avoiding using any services from Github.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: