You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
bpaz
changed the title
Glide install not working with lock file
Glide install not working with lock file: Could not resolve host: github.com
Dec 20, 2018
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:
If I delete the lock file everything works fine.
Any ideas?
The text was updated successfully, but these errors were encountered: