Hacker News new | ask | show | jobs
by troethom 5621 days ago
One of the things we do to make it easier is our support for basic authentication when pushing. This removes any requirement for getting SSH to work on Windows, which is usually the issue you'll run into.
1 comments

Thanks for the reply. That sounds great and should definitely address one of my two major problems with git on Windows.

The second one (with \'s vs /'s in paths) can iirc be fixed with some simple bash aliases for the git-console, so it should probably work out.

Looking forward to try the service out :)

A bigger problem is newline handling, which no one can seem to agree on.