Hacker News new | ask | show | jobs
by jwilcoxson 3585 days ago
I don't know why, but a lot of devs seem to just ignore ~/Library/Application Support/, where crap like this is supposed to go
1 comments

It's worse on Windows, where Git tools (including some from Microsoft themselves!) expect to see a .ssh folder in your user folder root. Wrong. Bad. Windows doesn't work that way! There's not even any contract/guarantee the user folder root is writable by the user in Windows! Sigh.

Lazy Linux developers making lazy "ports" lazily.

Can confirm. Installing Git (or SSH) on Windows is frustrating beyond belief. I can't seem to ever get the .ssh folder in the correct place and when I do it doesn't make any sense (from a Windows standpoint). Grrrr...
I have GIT_SSH=plink in my environment. I don't get this.

Might be an issue with the port of openssh, rather than git itself.