ParaView/Git/Account: Difference between revisions

From KitwarePublic
< ParaView‎ | Git
Jump to navigationJump to search
(Created page with "This page documents how to setup ParaView developer accounts. See our table of contents for more information. =Git= Authorized developers may publish work dire...")
 
m (Fixed a typo)
Line 8: Line 8:
# 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@paraviwe.org info</code>
#:<code>$ ssh git@paraview.org info</code>

Revision as of 15:56, 23 June 2011

This page documents how to setup ParaView developer accounts. See our table of contents for more information.

Git

Authorized developers may publish work directly to paraview.org repositories. Follow these steps to set up access:

  1. Submit your ssh public key to the Kitware Password form
  2. Perform an authentication test:
    $ ssh git@paraview.org info