如何从code.google下载项目?
我正在使用 tortoise svn 客户端从 code.google 下载代码。如果协议是 http 我可以下载,但如何从下面的网址下载代码。
hg 克隆 https://vimeoid.googlecode.com/hg/vimeoid
谢谢
i am using tortoise svn client to download code from code.google.If protocol is http i am able to download but how to download the code from url below.
hg clone https://vimeoid.googlecode.com/hg/vimeoid
thankx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Hg 代表 Mercurial 存储库,它是源代码控制的 Subversion 的替代方案,您需要下载 Mercurial 客户端。
Mercurial 可以在此处下载。
Hg represents a Mercurial repository, which is an alternative to subversion for source control, you'll need to download a mercurial client.
Mercurial can be downloaded at here.