I'm trying to install gitflow on Windows 8 Enterprise, and whenever I run git clone --recursive git://github.com/nvie/gitflow.git
I get a fatal: write error: Invalid argument
. The clone works with https, but it'll fail when trying to clone the submodule. And the location doesn't matter, it still fails no matter where I open Bash. Also, Git will say "cloning into: 'gitflow'" before reporting the error.
GIT_TRACE=1 and -v don't tell me anything useful in trying to debug this error. Does anyone have any idea how to solve this issue? Am I missing something I need to install? My Git version is 1.8.1.2.