I installed MsysGit on Windows. The following command, invoked from the cmd.exe command line, gives an error:
C:\Users\joe>git clone 'git://github.com/MarcWeber/vim-addon-manager-known-repositories.git' 'C:/Users/joe/vim-addons/vim-addon-manager-known-repositories'
fatal: could not create leading directories of ''C:/Users/joe/vim-addons/vim-addon-manager-known-repositories'': Invalid argument
The same command that is issued on the Git Bash command line works fine.
What can I fix to make a regular version of the command line? This command is issued from Vim, so I need it to work from cmd.exe.
source
share