pingbeat
pingbeat copied to clipboard
Stuck on fetching updates for github.com/oschwald/geoip2-golang
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
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)?