2

看到我需要从这个页面下载代码

http://code.google.com/r/steverauny-treeview/source/checkout

显示克隆

hg clone https://code.google.com/r/steverauny-treeview/

在我的 linux 机器上我已经安装hg ,然后这个命令工作,我在我的机器上得到了那个项目的副本

但是如何在Windows机器上得到这个??

4

2 回答 2

6

下载并安装TortoiseHg

运行相同的命令:

C:\>hg clone https://code.google.com/r/steverauny-treeview TreeView
requesting all changes
adding changesets
adding manifests
adding file changes
added 44 changesets with 255 changes to 111 files
updating to branch default
98 files updated, 0 files merged, 0 files removed, 0 files unresolved
于 2012-04-19T02:20:46.053 回答
4

使用Windows Mercurial 安装程序之一。

于 2012-04-18T16:03:32.047 回答