Changes between Version 1 and Version 2 of GitoliteProcess
- Timestamp:
- 05/09/14 15:47:59 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitoliteProcess
v1 v2 9 9 ssh-keygen -t dsa 10 10 }}} 11 and then upload the id_dsa.pub to to the wiki [/prefs/gitolite_keys here]. Please note that while you will authenticate using your public key, you still connect to the server as the gitolite user "orda". After you upload your public key you should be able to clone repositories (ie astrobear) using11 You will be prompted for the place to save the key. Hit enter to just save to the default location, and hit enter again for the passphrase nickname to leave it blank. Upload the id_dsa.pub to to the wiki [/prefs/gitolite_keys here]. Please note that while you will authenticate using your public key, you still connect to the server as the gitolite user "orda". After you upload your public key you should be able to clone repositories (ie astrobear) using 12 12 {{{ 13 13 git clone ssh://orda@astrobear.pas.rochester.edu/astrobear 14 14 }}} 15 16 Note: if you are having problem making the key, try ssh'ing into your current machine and try again (even if you are already logged into your current machine from your terminal). 15 17 16 18 == Hosting your own repositories (for Papers, code projects, etc...)