ITK/Git/Account: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(Created page with "This page documents how to setup ITK developer accounts. See our table of contents for more information. =Gerrit= Anyone may request access to the [http://review.so...") |
(→Git) |
||
Line 18: | Line 18: | ||
Follow these steps to set up access: | Follow these steps to set up access: | ||
# Submit your ssh public key to the [https://www.kitware.com/Admin/SendPassword.cgi Kitware Password] form | # Submit your ssh public key to the [https://www.kitware.com/Admin/SendPassword.cgi Kitware Password] form | ||
# Perform an [[Git/Publish#Authentication_Test|authentication test]] | # Perform an [[Git/Publish#Authentication_Test|authentication test]]: | ||
#:<code>$ ssh git@itk.org info</code> |
Revision as of 18:53, 17 November 2010
This page documents how to setup ITK developer accounts. See our table of contents for more information.
Gerrit
Anyone may request access to the ITK Gerrit Code Review site to propose and review changes. Follow these steps to set up access:
- Get an OpenID
- Register at http://review.source.kitware.com using your OpenID (link in upper right)
- Sign in
- Set all fields in your profile at http://review.source.kitware.com/#settings
- Add your ssh public key at http://review.source.kitware.com/#settings,ssh-keys
Git
Authorized developers may publish work directly to itk.org
repositories.
Follow these steps to set up access:
- Submit your ssh public key to the Kitware Password form
- Perform an authentication test:
$ ssh git@itk.org info