简体   繁体   English

如何在Windows 7中使用Cygwin安装git-subtree?

[英]How do I install git-subtree with Cygwin in Windows 7?

I'm struggling to install git-subtree with Cygwin and there hasn't been any good tutorials online focused on building from source in Windows. 我正在努力用Cygwin安装git-subtree,并且没有任何好的在线教程专注于从Windows中构建源代码。 Have you ever had this issue, and what is the best strategy to tackle it? 你有没有遇到这个问题,解决这个问题的最佳策略是什么?

git-subtree is not part of a package. git-subtree不是包的一部分。 However, like gitk you can manually install it 但是,像gitk一样,您可以手动安装它

wget rawgit.com/git/git/master/contrib/subtree/git-subtree.sh
install git-subtree.sh /bin/git-subtree

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM