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

[make] Failed to connect to git.apache.org #5245

Closed
xmnlab opened this issue Sep 2, 2019 · 3 comments · Fixed by #5247
Closed

[make] Failed to connect to git.apache.org #5245

xmnlab opened this issue Sep 2, 2019 · 3 comments · Fixed by #5247

Comments

@xmnlab
Copy link
Contributor

xmnlab commented Sep 2, 2019

The exact command to reproduce the issue:

'make'

v1.3.1

The full output of the command that failed:

go: git.apache.org/[email protected]: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /mnt/sda1/storage/miniconda/conda-bld/minikube_1567440363550/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/pkg/mod/cache/vcs/83dba939f95a790e497d565fc4418400145a1a514f955fa052f662d56e920c3e: exit status 128:
        fatal: no es posible acceder 'https://git.apache.org/thrift.git/':Failed to connect to git.apache.org port 443: Expiró el tiempo de conexión

The output of the minikube logs command:

The operating system version:

Linux 5.0.0-25-generic #26-Ubuntu SMP Thu Aug 1 12:04:58 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

@alexeadem
Copy link

same issue
can't connect to go: finding git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999

@alexeadem
Copy link

alexeadem commented Sep 3, 2019

Fixed by

index d1e861707..83ce03416 100644
--- a/go.mod
+++ b/go.mod
@@ -83,6 +83,7 @@ require (
 )
 
 replace (
+       git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
        k8s.io/api => k8s.io/kubernetes/staging/src/k8s.io/api v0.0.0-20190623232353-8c3b7d7679cc
        k8s.io/apiextensions-apiserver => k8s.io/kubernetes/staging/src/k8s.io/apiextensions-apiserver v0.0.0-20190623232353-8c3b7d7679cc
        k8s.io/apimachinery => k8s.io/kubernetes/staging/src/k8s.io/apimachinery v0.0.0-20190623232353-8c3b7d7679cc```

@xmnlab
Copy link
Contributor Author

xmnlab commented Sep 3, 2019

thanks for the feedback @alexeadem !

I fixed that using the same approach

I can open a PR for that as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants