How do I download from gitorious?

2019-06-16 05:25发布

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

标签: git gitorious
1条回答
在下西门庆
2楼-- · 2019-06-16 06:01

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.

查看更多
登录 后发表回答