项目:https://github.com/visionmedia/git-extras
如何在windows上使用(portablegit)
最佳答案
如果您的windows机器中安装了mingw,或者您有cygwin,那么README文件中提到的一行程序应该可以工作。您不需要在下面用粗体和斜体突出显示的最后部分指定sudo
:
一行:$ (cd /tmp && git clone --depth 1 https://github.com/visionmedia/git-extras.git && cd git-extras &&
sudo
make install)
关于git - 如何在Windows上使用git-extras(PortableGit),我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/16602024/