Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skaffold dev fails due to git clone timing out #145

Closed
RomainGoussault opened this issue Feb 5, 2020 · 3 comments
Closed

Skaffold dev fails due to git clone timing out #145

RomainGoussault opened this issue Feb 5, 2020 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@RomainGoussault
Copy link
Contributor

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.

@Kelvin-M
Copy link
Contributor

Kelvin-M commented Feb 5, 2020

It may be a issue from github, can you retry it later ?

@Kelvin-M Kelvin-M added the bug Something isn't working label Feb 6, 2020
@Kelvin-M
Copy link
Contributor

Kelvin-M commented Feb 7, 2020

@RomainGoussault Do you still have an issue ?

@Kelvin-M Kelvin-M added help wanted Extra attention is needed and removed bug Something isn't working labels Feb 7, 2020
@RomainGoussault
Copy link
Contributor Author

I tried again today, and I don't have the timeout anymore.
Magic !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants