最近在架git server,想用ssh去做存取,
請問sshd有辦法設定repository位置嗎??
我只知道git-daemon裡面有設定repository位置的功能,
舉例來說:
當我git-daemon有設定repository為/home/cheswe/
使用git: repo init -u git://ip.addr/platform/manifest.git
使用ssh: repo init -u ssh://ip.addr/home/cheswe/platform/manifest.git
請問有辦法做到像git-daemon一樣嗎??
謝謝
--
請問sshd有辦法設定repository位置嗎??
我只知道git-daemon裡面有設定repository位置的功能,
舉例來說:
當我git-daemon有設定repository為/home/cheswe/
使用git: repo init -u git://ip.addr/platform/manifest.git
使用ssh: repo init -u ssh://ip.addr/home/cheswe/platform/manifest.git
請問有辦法做到像git-daemon一樣嗎??
謝謝
--
All Comments