Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.15k stars 541 forks source link

Problem when installing Glide #1083

Closed 0xMYsteRy closed 2 years ago

0xMYsteRy commented 2 years ago

[INFO] --> Fetching gopkg.in/yaml.v2 [INFO] --> Fetching golang.org/x/text [INFO] --> Fetching golang.org/x/sys [WARN] Unable to checkout gopkg.in/yaml.v2 [ERROR] Update failed for gopkg.in/yaml.v2: Unable to get repository: Cloning into '/Users//.glide/cache/src/https-gopkg.in-yaml.v2'... remote: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-yaml/yaml.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers) fatal: unable to access 'https://gopkg.in/yaml.v2/': The requested URL returned error: 502

Glide

glide version 0.13.3

Go

go version go1.18.4 darwin/amd64

Any know how fix this on MacOs

Current Mac version

8 GB 2133 MHz LPDDR3, 2,4 GHz Quad-Core Intel Core i5

What i have tried

git config -- http.sslVerify "false"

0xMYsteRy commented 2 years ago

Hi, i have resolve this issue by revert glide 0.13.3 to 0.12.3. Thanks for this wonderful masterpiece :)