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:
- in list of boxes (you might have one). click box toggle details
- click "reveal public key" link
- 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:
Comments
Post a Comment