Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orion/How Tos/Cloning repository from github"

< Orion‎ | How Tos
(Cloning a Git repository hosted on GitHub)
Line 9: Line 9:
 
#Login to Orion and go to '''Repositories link'''<br>[[Image:Orion Repostories link.png]]<br><br>  
 
#Login to Orion and go to '''Repositories link'''<br>[[Image:Orion Repostories link.png]]<br><br>  
 
#Choose '''Clone''' button and copy the your Git repository URI into the Repository URL input<br>[[Image:Clone git repository dialog.png]]<br><br>  
 
#Choose '''Clone''' button and copy the your Git repository URI into the Repository URL input<br>[[Image:Clone git repository dialog.png]]<br><br>  
**If you added the public key to github, then you need to copy the contents of your private key file (typically in your '''.ssh''' directory underneath your home directory.  If your key defined a passphrase, supply it also.
+
##If you added the public key to github, then you need to copy the contents of your private key file (typically in your '''.ssh''' directory underneath your home directory.  If your key defined a passphrase, supply it also.
**If you are using ssh login, input your credentials<br>'''Ssh username''' - username <br>'''Ssh password''' - password <br>
+
##If you are using ssh login, input your credentials<br>'''Ssh username''' - username <br>'''Ssh password''' - password <br>
 
#Confirm credentials and wait until your repository is cloned
 
#Confirm credentials and wait until your repository is cloned
  
 
For more information about using Git with Orion, see the [[Orion/Documentation/User_Guide|Orion User Guide]].
 
For more information about using Git with Orion, see the [[Orion/Documentation/User_Guide|Orion User Guide]].

Revision as of 15:23, 12 October 2011

Say you have an account on GitHub, and want use Orion to contribute to work on code in that GitHub repository. Read on for details on how to configure Orion to work with your GitHub repository.

Cloning a Git repository hosted on GitHub

  1. Obtain a repository URI. Go to GitHub repository home page and copy the repository URI, typically SSH and HTTP give read and write access and Git protocol gives you read-only access.
    GithubURI.PNG

  2. If you are using a secure connection you might be required to configure your public key. On GitHub go to Account Settings -> SSH Public Keys and choose Add another public key
    GithubAddPublicKey.PNG

  3. Copy contents of your public key file in the Key field. Typically you can find your public/private keys in .ssh directory in your home directory on your file system
  4. Confirm adding public key by selecting Add key button
  5. Login to Orion and go to Repositories link
    Orion Repostories link.png

  6. Choose Clone button and copy the your Git repository URI into the Repository URL input
    Clone git repository dialog.png

    1. If you added the public key to github, then you need to copy the contents of your private key file (typically in your .ssh directory underneath your home directory. If your key defined a passphrase, supply it also.
    2. If you are using ssh login, input your credentials
      Ssh username - username
      Ssh password - password
  7. Confirm credentials and wait until your repository is cloned

For more information about using Git with Orion, see the Orion User Guide.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.