golang / dep

Go dependency management tool experiment (deprecated)
https://golang.github.io/dep/
BSD 3-Clause "New" or "Revised" License
12.86k stars 1.05k forks source link

Failed to connect to code.googlesource.com port 443: Operation timed out #2182

Closed mrdulin closed 3 years ago

mrdulin commented 5 years ago

What version of dep are you using (dep version)?

☁  golang [master] dep version                            
dep:
 version     : devel
 build date  : 
 git hash    : 
 go version  : go1.12.5
 go compiler : gc
 platform    : darwin/amd64
 features    : ImportDuringSolve=false

What dep command did you run?

dep init -v

What did you expect to see?

Install dependencies correctly

What did you see instead?

☁  golang [master] dep init -v
Getting direct dependencies...
Checked 40 directories for packages.
Found 5 direct dependencies.

Root project is "github.com/mrdulin/golang"
 28 transitively valid internal packages
 6 external packages imported from 5 projects
(0)   ✓ select (root)
(1)       ← no more versions of cloud.google.com/go to try; begin backtrack
  ✗ solving failed

Solver wall times by segment:
     b-list-versions: 6m21.662120624s
     b-source-exists: 1m15.281069655s
         select-root:      1.811862ms
            new-atom:      1.009244ms
               other:       316.324µs
  b-deduce-proj-root:          12.1µs

  TOTAL: 7m36.946339809s

init failed: unable to solve the dependency graph: Solving failure: 
        (1) failed to list versions for https://code.googlesource.com/gocloud: fatal: unable to access 'https://code.googlesource.com/gocloud/': Failed to connect to code.googlesource.com port 443: Operation timed out
: exit status 128
mvdan commented 3 years ago

Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks!