が、最初のテストでsshがつながらない。
git clone ssh://gitserver/testing原因は、gitoliteと関係無い所にあった。
Cloning into 'testing'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
sshd_configで、ssh接続可能なユーザーを自分がログインするユーザーに制限してあったのを忘れていた。接続可能なユーザーにgitoliteを追加して解決。
0 件のコメント:
コメントを投稿