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
A quick google search yields this result which suggests that this is an issue with the git version you have on your CentOS box. Maybe try upgrading your git installation?
When installing on CentOS 7 in AWS following the instruction in the README, I get the following error:
`
[centos@ip-172-31-2-182 redis_exporter]$ go version
go version go1.15.14 linux/amd64
[centos@ip-172-31-2-182 redis_exporter]$ go build .
go: github.com/prometheus/[email protected] requires
github.com/prometheus/[email protected] requires
github.com/prometheus/[email protected] requires
github.com/prometheus/[email protected] requires
github.com/mwitkow/[email protected]: invalid version: git fetch --unshallow -f origin in /home/centos/go/pkg/mod/cache/vcs/ff07aa22658f49e63fef8f4c0d0db965b4d9e57f277988d8c2420beb7ba2768b: exit status 128:
fatal: git fetch-pack: expected shallow list`
Installing commit 4e3ff3f
The text was updated successfully, but these errors were encountered: