in git, how I can add a remote origin when my host use a different ssh port?
git remote add origin ssh://user@host/srv/git/example
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
You can just do this:
|
|||||||||||||||
|
|
You need to edit your ~/.ssh/config file. Add something like the following:
A quick google search shows a few different resources that explain it in more detail than me. |
|||||||
|