我如何从 code.google 中查看

发布于 2024-10-19 22:01:15 字数 100 浏览 2 评论 0原文

源代码位于Google 项目。这是一个.net 项目。

The source is located on Google project. It's a .net project.

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

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

发布评论

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

评论(2

淤浪 2024-10-26 22:01:15

您需要下载并安装 Mercurial。 Mercurial 是一种分布式版本控制工具。

You need to download and install Mercurial. Mercurial is a distributed revision control tool.

似最初 2024-10-26 22:01:15

你的格式很奇怪,但你回答了你自己的问题。要查看 Mercurial 中的项目,您可以

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

在命令行中键入。这要求您已安装 Mercurial 并且它位于可执行路径上。

Your formatting is wonky, but you answered your own question. To check out a project that's in Mercurial, you type

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

at the command line. This expects that you have Mercurial installed and it is on the executable path.

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