git 我如何从gitorious下载?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4195723/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do I download from gitorious?
提问by Webnet
How to clone projects from gitorious.org?
如何从gitorious.org克隆项目?
I'd like to clone http://gitorious.org/lightopenid
我想克隆http://gitorious.org/lightopenid
UPDATE: this project is moved away, example of existing project: https://gitorious.org/dbus-cplusplus/mainline
更新:此项目已移走,现有项目示例:https: //gitorious.org/dbus-cplusplus/mainline
回答by Cascabel
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:
该页面上方便地为您提供了一个 URL!您需要做的就是在您的系统上安装 git 并克隆该存储库:
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.
或者,如果您实际上不打算使用存储库,看起来您可以单击源树,然后在右侧边栏上有一个选项可以下载源 tarball 的当前版本。