nitrousio - How can I setup a git repo on my box? -


i'm trying setup remote git repo on box. it's unexpectedly asking me ssh password, because have public keys setup , can connect via ssh regularly.

how can setup git repo?

you'll need add new box's public key github. luckily, nitrous.io makes easy this:

  1. in list of boxes (you might have one). click box toggle details
  2. click "reveal public key" link
  3. click "add github" link

this generate ssh keypair box , add github. note different ssh keys you'll add ssh nitrous.io box.

then you'll want use "ssh" method clone, link start git@github.com...

there's full rundown here:

http://help.nitrous.io/github-add-key/


Comments