http://hyperledger-fabric.readthedocs.io/en/latest/dev-setup/devenv/#cloning-the-fabric-project
上記ページの「Cloning the Fabric project」の部分で git cloneするところがあります。
具体的には、以下の通りです。
$ git clone ssh://LFID@gerrit.hyperledger.org:29418/fabric && scp -p -P 29418 LFID@gerrit.hyperledger.org:hooks/commit-msg fabric/.git/hooks/
しかし、失敗します。エラーは以下の通りです。
Cloning into 'fabric'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.