Friday, 15 March 2013

version control - How to perform ssh to gitlab -



version control - How to perform ssh to gitlab -

i trying setup gitlab project. have ssh key setup in gitlab , wanted ssh project. got ssh link gitlab

git@git.calculator.com:calculator/engineering.git

however, when tried ssh git@git.calculator.com:calculator/engineering.git in terminal got

ssh: not resolve hostname git@git.calculator.com:calculator/engineering.git: nodename nor servname provided, or not known

i got ssh link gitlab , not sure why can't ssh it. can help me issue? lot!

you don't ssh total ssh url.

you can check ssh git@git.calculator.com see if have (non-interactive probably) ssh access.

but ssh url mention gitlab cloning (as mentioned, instance, in "can't clone gitlab's repo via ssh, via http - ok"):

git clone git@git.calculator.com:calculator/engineering.git cd engineering science git log

version-control gitlab

No comments:

Post a Comment