DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
git remote -v
origin https://github.com/<username>/incubator-nuttx.git (fetch)
origin https://github.com/<username>/incubator-nuttx.git (push)
upstream https://github.com/apache/incubator-nuttx.git (fetch)
upstream https://github.com/apache/incubator-nuttx.git (push)
Committers Only. It is especially important that NuttX committers use forks rather and clones for code modification. Committers have write privileges directly into NuttX repositories and so also bear the responsibility of being especially careful not to accidentaly make unauthorized modifications to the repositories. If committers use GIT clones of the NuttX repositories, then there is the constancy risk to an error an inadvertantly modifies the upstream repositories. When the committer functions as a contributor, this reponsibilities is best supported by using a safe fork and than an uncontrolled clone.
Released Code Tarballs
REVISIT: We do not know the form or location of future Apache NuttX releases.
...