如何从gitorious下载?

发布于 2024-10-02 13:31:05 字数 367 浏览 6 评论 0原文

如何从 gitorious.org 克隆项目?

我想克隆 http://gitorious.org/lightopenid

更新:该项目已移走,例如现有项目:https://gitorious.org/dbus-cplusplus/mainline

How to clone projects from gitorious.org?

I'd like to clone http://gitorious.org/lightopenid

UPDATE: this project is moved away, example of existing project: https://gitorious.org/dbus-cplusplus/mainline

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

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

发布评论

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

评论(1

抽个烟儿 2024-10-09 13:31:05

该页面上有一个方便您使用的 URL!您需要做的就是在系统上安装 git 并克隆该存储库:

git clone git://gitorious.org/lightopenid/lightopenid.git

或者,如果您实际上不打算使用存储库,看起来您可以单击源树,然后右侧栏上有一个选项下载当前版本的源 tarball。

That page conveniently has a URL on it for you! All you need to do is install git on your system and clone that repository:

git clone git://gitorious.org/lightopenid/lightopenid.git

Or, if you're not actually planning on working with the repository, it looks like you can click on source tree, then there's an option on the right sidebar to download the current version of the source tarball.

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