Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ git clone https://gerrit.onosproject.org/onos

If all you want to do is compile and run ONOS, you've got the code and are ready for the next step! to do so!

However, if you want to contribute code to ONOS, you need to configure git and Gerrit for ssh access, as described below.

Optional: Configuring git and Gerrit for ssh access

There are two ways to clone the code from Gerrit, https:// or ssh://. Either way is fine for reading the code, but when it comes time to contribute your own patches the easiest and most secure way is to access Gerrit over SSH.

...