pingbeat icon indicating copy to clipboard operation
pingbeat copied to clipboard

Stuck on fetching updates for github.com/oschwald/geoip2-golang

Open ampodobas opened this issue 8 years ago • 1 comments

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

ampodobas avatar Jan 12 '17 09:01 ampodobas

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)?

joshuar avatar Jan 14 '17 01:01 joshuar