谷歌代码下载源码

发布于 2024-11-09 11:39:03 字数 303 浏览 0 评论 0原文

这可能是一个非常愚蠢的问题,但对于我的一生,我不知道如何下载它:

http://code.google.com/p/xmppframework/source/browse/#hg%253Fstate%253Dclose

下没有任何内容“下载”选项卡。当我尝试使用终端“克隆”它时,它显示“HG 命令未找到”。

有什么想法吗?

This might be an extremely stupid question, but for the life of me, I cannot figure out how to download this:

http://code.google.com/p/xmppframework/source/browse/#hg%253Fstate%253Dclosed

There is nothing under the "downloads" tab. And when I try to "clone" it using my terminal it says "HG command not found".

Any ideas??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

画离情绘悲伤 2024-11-16 11:39:03

hg 是 Mercurial 的可执行文件,您需要下载并安装 Mercurial

安装后,您可以使用它来克隆项目:

hg clone https://xmppframework.googlecode.com/hg/ xmppframework

hg is the executable for Mercurial, you're going to need to download and install Mercurial.

Once you have it installed you can use it to clone the project:

hg clone https://xmppframework.googlecode.com/hg/ xmppframework
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文