Comment on AppHarbor (YC W11): "Azure Done Right"parentComments−troethomOP15yOne 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.−trezor15yThanks 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 :)−johns15yA bigger problem is newline handling, which no one can seem to agree on.
Comments
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.
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.