Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I download from gitorious?

Tags:

git

gitorious

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

like image 296
Webnet Avatar asked Nov 16 '10 15:11

Webnet


1 Answers

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.

like image 58
Cascabel Avatar answered Nov 19 '22 16:11

Cascabel