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
{{ message }}
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
This repo looks awesome and I really want to use it for an ELK stack project at UCLA I'm working on. However, in following the current installation instructions on a CentOS 6 node with Go installed, the installation is stuck at "[INFO] --> Fetching updates for github.com/oschwald/geoip2-golang." after running "make install."
e.g.:
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching updates for github.com/elastic/beats.
[INFO] --> Fetching updates for golang.org/x/net.
[INFO] --> Fetching updates for gopkg.in/go-playground/pool.v3.
[INFO] --> Fetching updates for github.com/oschwald/geoip2-golang.
Then, when running ./glide install manually (in the Makefile), I get the following error:
[ERROR] Update failed for gopkg.in/go-playground/pool.v3: Unable to retrieve checked out version
[ERROR] Failed to do initial checkout of config: Unable to retrieve checked out version
The text was updated successfully, but these errors were encountered:
ampodobas
changed the title
Stuck on Fetching updates for github.com/oschwald/geoip2-golang
Stuck on fetching updates for github.com/oschwald/geoip2-golang
Jan 12, 2017
Hi @ampodobas this could just be a temporary problem. Is it consistently failing at the same place? Can you try with a different user account on the machine (it might be some custom SSH/Git config messing things up)?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This repo looks awesome and I really want to use it for an ELK stack project at UCLA I'm working on. However, in following the current installation instructions on a CentOS 6 node with Go installed, the installation is stuck at "[INFO] --> Fetching updates for github.com/oschwald/geoip2-golang." after running "make install."
e.g.:
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching updates for github.com/elastic/beats.
[INFO] --> Fetching updates for golang.org/x/net.
[INFO] --> Fetching updates for gopkg.in/go-playground/pool.v3.
[INFO] --> Fetching updates for github.com/oschwald/geoip2-golang.
Then, when running ./glide install manually (in the Makefile), I get the following error:
[ERROR] Update failed for gopkg.in/go-playground/pool.v3: Unable to retrieve checked out version
[ERROR] Failed to do initial checkout of config: Unable to retrieve checked out version
The text was updated successfully, but these errors were encountered: