Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从gitorious.org克隆项目?
我想克隆http://gitorious.org/lightopenid
更新:这个项目被移走,现有项目的例子:https ://gitorious.org/dbus-cplusplus/mainline
该页面上方便地为您提供了一个 URL!您需要做的就是在您的系统上安装 git 并克隆该存储库:
git clone git://gitorious.org/lightopenid/lightopenid.git
或者,如果您实际上并不打算使用存储库,看起来您可以单击源代码树,然后右侧边栏上有一个选项可以下载源代码压缩包的当前版本。