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
|
feedback
|
|
You can just do this:
| |||
|
feedback
|
|
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. | |||
|
feedback
|