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.
以下のようなエラーになります。OSはjessie バージョン 8.0 です。よろしくお願いいたします。
pi@raspberrypi:~ $ pip install scipy
Collecting scipy
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x75fe09f0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/scipy/
・・・・・・・・・・同様のメッセージが4回続きます・・・・・・・・
Could not find a version that satisfies the requirement scipy (from versions: )
No matching distribution found for scipy
Mac上にVagrantマシン(CentOS)を起動して、Dockerをインストールしました。
その後、$ docker login をすると以下のエラーになります。
[vagrant@demo ~]$ docker login
Warning: failed to get default registry endpoint from daemon (Cannot connect to the Docker daemon. Is the docker daemon running on this host?). Using system default: docker.io
Username: xxxxxxx
Password:
Email: xxxxxxxxxxxxxxxxxx
Cannot connect to the Docker daemon. Is the docker daemon running on this host?
> git clone https://xxxxxx/cloudformation.git
とすると以下のようなメッセージが出ます。
fatal: could not create work tree dir 'cloudformation': Permission denied
どうすればいいでしょうか?よろしくお願いします。