First Steps - Git repository

How to set up the git repository access
Added by Marenz about 1 year ago

First things first! The git repository is up and works. Now everyone needs to send me their public keys.
What? You have no idea what I am talking about? Well, here is what you have to do:

Before clicking the URL below, note:
  • The repository URL you will have to use is :supraball.git
  • Remember, cloning from that URL will only work after you send me your public keys
  • After creating your key in the terminal, also type this:
    • echo -e "Host timeoutd.org\nPort 122" >> ~/.ssh/config

http://kylecordes.com/2008/04/30/git-windows-go/

You can send me your public key by
  • pasting it in IRC (just paste the content of the file)
  • use something like http://codepad.org/ and send me the link
  • upload it somewhere and send me the link
  • write it on a postcard and send it to me
  • meet me and dictate it

and don’t worry. It’s not secret. The more people know it the
more secure it is. The public key is used to encryped informaton,
your private key is used to decryped that information
(the private one should NEVER leave your harddiks!)

--Marenz


Comments