How do I download from gitorious?

10,495

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.

Share:
10,495
Ben
Author by

Ben

Updated on June 24, 2022

Comments

  • Ben
    Ben almost 2 years

    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

  • Cascabel
    Cascabel over 13 years
    @Webnet: I almost didn't find it either - was hunting around just on the front page.
  • altmas5
    altmas5 about 6 years
    You can also download it using https: git clone https://gitorious.org/dbus-cplusplus/mainline.git