-1

Windowsのcygwinでgitスレーブを実行することは可能ですか。make&make installを cygwin で実行してみましたが、make install生成されます

mkdir -p //usr/local/share/man/man1 //usr/local/bin
mkdir: cannot create directory ‘//usr’: Read-only file system
mkdir: cannot create directory ‘//usr’: Read-only file system
Makefile:24: recipe for target 'install' failed
make: *** [install] Error 1

助言がありますか?

4

1 に答える 1

0

パスにgitスクリプトを配置して従っただけです

http://sourceforge.net/p/gitslave/bugs/18/

于 2015-07-30T18:06:24.637 に答える