後GCPの計算エンジンでgitoliteをインストールし、gitolite-admin/keydir/charley_rsa.pub
の新しいSSH公開鍵を追加し、charley
のための新しいレポ追加:SSHクローンは、GCPの計算エンジンでgitoliteに失敗し
conf/gitolite.conf
を:
repo test
RW+ = charley
次に:GCPローカルコンソールのgit clone gitolite-admin
は問題ありません。
我々は、リモート、ローカルPCにgit clone
を行うと、それはあなたが新しいキーを追加する方法はである 'FALLTHRUによって拒否' のエラー
git clone ssh://[email protected]/test
Cloning into 'test'...
FATAL: R any test charley_rsa DENIED by fallthru
(or you mis-spelled the reponame)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
(リモートローカルPC内のclone testing (@all)
はOKです)
後はい、新しいキーをgitoliteに追加されます。 gitolite-adminをクローンし、GCPサーバコンソールでgitolite.confを編集するので、GCPサーバで直接行われます。 – yaocl
@yaoclはい、私の答えが立っている:慎重にhttp://gitolite.com/gitolite/odds-and-ends/#administering-gitolite-directly-on-the-serverに従ってください – VonC
私は確かにgitoliteのインストールプロセスはOKですローカルのドッカーインスタンスでインストールをテストしたからです。 – yaocl