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
same issue
can't connect to go: finding git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999
Fixed by
```diff --git a/go.mod b/go.mod
index d1e861707..83ce03416 100644
--- a/go.mod
+++ b/go.mod
@@ -83,6 +83,7 @@ require (
)
replace (
thanks for the feedback @alexeadem !
I fixed that using the same approach
I can open a PR for that as well.
Most helpful comment
thanks for the feedback @alexeadem !
I fixed that using the same approach
I can open a PR for that as well.