Trying to use the git clone
command. My understanding (please correct if wrong) was that in order to host a Git repository you just need a machine running ssh and t
For msysgit, using the -u option to supply the path to git-upload-pack does not work when the path includes spaces because quotes (single, double) seem not to be supported (1.7.11.msysgit.1). Adding it to my PATH worked (C:\Program Files (x86)\Git\libexec\git-core). [However, I have additional problems with my setup]