Compiling git 2.0 on cygwin
I had some troubles compiling git 2.0 under cygwin. I present you with a very dirty hack to do so. Proper patch will probably follow. Did I mention that the hack is dirty and will make your hands burn if you’re gonna type it in ?
git clone https://github.com/git/git.git cd git git checkout v2.0.1 autoconf ./configure # so far so good... make # oops # .... SUBDIR perl make[2]: /home/cplotnicki/dev/git/perl/0: Command not found perl.
[Read More]