gitでsshのポート番号を指定する

ssh経由でgitを利用するときデフォルトの22番ポートで運用している場合は
ホスト名 repo.example.comでユーザ名がuserだとすると

git clone user@repo.example.com:repos/app.git

とすればよい。

ローカルマシンとユーザが同じであればさらに

git clone repo.example.com:repos/app.git

とユーザ名を省略できる。
“gitでsshのポート番号を指定する” の続きを読む