Personal tools

Difference between revisions of "DistributedStorage:Repository Access"

From hpcwiki

Jump to: navigation, search
(Created page with "{{#allow-groups:hpclab}} === Clone a git project === # Go to the directory where the project will reside, in this example workspace #: <code>cd workspace</code> # Clone the ex...")
 
 
Line 1: Line 1:
{{#allow-groups:hpclab}}
+
 
 
=== Clone a git project ===
 
=== Clone a git project ===
 
# Go to the directory where the project will reside, in this example workspace
 
# Go to the directory where the project will reside, in this example workspace

Latest revision as of 11:51, 8 March 2019

[edit] Clone a git project

  1. Go to the directory where the project will reside, in this example workspace
    cd workspace
  2. Clone the external project
    sudo git clone ssh://hpclab-server@200.75.48.124:20022/var/repo/FrameworkforWebAccesstoMultimodalDatasets.git FrameworkforWebAccesstoMultimodalDatasets