hg clone 命令的windows解决方法TortoiseHg[转]
hg是跟svn和cvs一样的版本管理系统。windows下有TortoiseHg,算是比较好的客户端。
?
地址:http://tortoisehg.bitbucket.org/
?
?
安装后将“C:\Program Files\TortoiseHg”加入系统path,则运行hg的命令行即可
例如:
hgtk clone https://foursquared.googlecode.com/hg/ foursquared
有时https可能连不上,会出错,可以尝试去掉s,变为http再试
如:
hgtk clone http://foursquared.googlecode.com/hg/ foursquared
?
?
另见:http://blog.csdn.net/jianguo_liao19840726/article/details/6414628