<
From version < 32.1 >
edited by msp
on 2012/10/16 11:00
To version < 33.1 >
edited by msp
on 2012/10/16 11:37
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -328,4 +328,14 @@
328 328  
329 329  [[image:attach:turing-graph-01.png]]
330 330  
331 -
331 += Remote Repositories =
332 +
333 +In the previous sections you have worked only with a local repository. The next step is to share this content with a remote repository. Later we will use [[Stash>>url:https://www.atlassian.com/software/stash/overview||shape="rect"]] for repository management, but we need to create group accounts for you first, thus you will use another system called [[Gitorious>>url:https://git.rtsys.informatik.uni-kiel.de/||shape="rect"]] for now.
334 +
335 +1. Register to the Gitorious system: [[https:~~/~~/git.rtsys.informatik.uni-kiel.de/>>url:https://git.rtsys.informatik.uni-kiel.de/||shape="rect"]] (use your //Institut für Informatik// login name and email address)
336 +1. Go to your //Dashboard// → //Manage SSH keys// → //Add SSH key//
337 +1. Copy & paste the content of your public SSH key.\\
338 +1*. If you don't have an SSH key: use the shell command {{code language="none"}}ssh-keygen{{/code}}, confirm the default destination file {{code language="none"}}~/.ssh/id_rsa{{/code}}, and choose whether to give a passphrase. If you have a passphrase, you need to enter it whenever you use your SSH key for the first time in a session. You can omit the passphrase, but that makes the key less secure. As result, the tool generates a private key {{code language="none"}}~/.ssh/id_rsa{{/code}}, which has to be kept secret, and a public key {{code language="none"}}~/.ssh/id_rsa.pub{{/code}}.
339 +1. Go to //Projects// → //Create a new project// and call it "<login>-private", replacing <login> with your own login name.
340 +1. On the next page, create a repository named "turing" (or select //Add repository// on your project page).
341 +1. Once you are on the repository page, copy the URL shown in //Clone & push urls//.
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -2982137
1 +2982148
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/WS12EclPract/pages/2982137/Git
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/WS12EclPract/pages/2982148/Git