Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.16k stars 539 forks source link

Glide install not working with lock file: Could not resolve host: github.com #1042

Open bpaz opened 5 years ago

bpaz commented 5 years ago

Hello. I am running glide inside a Docker container. When I do "glide install" with an existing glide.lock file, It fails to connect to GitHub with the following error:

fatal: unable to access 'https://github.com/go-playground/universal-translator/': Could not resolve host: github.com
: exit status 128

If I delete the lock file everything works fine. Any ideas?