Ubuntuでgitサーバーを構築しています。
git サーバーで、/opt/var/git/example.git に git リポジトリを作成します。クライアントがこの git リポジトリのクローンを作成する場合は、「git clone ssh://username@host-ip/opt/var/git/example.git」コマンドを使用する必要があります。
ssh パスを短くして絶対パスを非表示にする方法はあるのでしょうか。
たとえば、クライアントは「git clone ssh://username@host-ip/example.git」によって「example.git」のクローンを作成できます。
ありがとう!