Search code examples
gitgitorious

How do I download from 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


Solution

  • 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.