You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run skaffold dev in the substra-backend repo, I have the following error:
Step 8/16 : RUN pip3 install -r requirements.txt
---> Running in e5731adf43f3
Collecting git+git://github.com/hyperledger/fabric-sdk-py.git@df19cf51ff4f21507869184901988c094658367a (from -r requirements.txt (line 31))
Cloning git://github.com/hyperledger/fabric-sdk-py.git (to revision df19cf51ff4f21507869184901988c094658367a) to /tmp/pip-req-build-ydgheoes
Running command git clone -q git://github.com/hyperledger/fabric-sdk-py.git /tmp/pip-req-build-ydgheoes
fatal: unable to connect to github.com:
github.com[0: 140.82.114.4]: errno=Connection timed out
ERROR: Command errored out with exit status 128: git clone -q git://github.com/hyperledger/fabric-sdk-py.git /tmp/pip-req-build-ydgheoes Check the logs for full command output.
I am on Ubuntu 18.04 (inside a VM).
When (outside of substra-backend repo) I run: git clone git://github.com/hyperledger/fabric-sdk-py.git it also fails (Connection timed out).
But git clone https://github.com/hyperledger/fabric-sdk-py.git works.
The text was updated successfully, but these errors were encountered:
When I run
skaffold dev
in the substra-backend repo, I have the following error:I am on Ubuntu 18.04 (inside a VM).
When (outside of substra-backend repo) I run:
git clone git://github.com/hyperledger/fabric-sdk-py.git
it also fails (Connection timed out).But
git clone https://github.com/hyperledger/fabric-sdk-py.git
works.The text was updated successfully, but these errors were encountered: