Masterminds / glide

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

I think glide.sh is down #1077

Open shivamMg opened 3 years ago

shivamMg commented 3 years ago

https://downforeveryoneorjustme.com/glide.sh

ghost commented 3 years ago

yeah its down

VenkatTeja commented 3 years ago

Yes. Any alternative address to install glide? can't access glide.sh/get

paulwitt commented 3 years ago

Impacted by this as well. Is there a mirror?

ankitrgadiya commented 3 years ago

The source code for glide.sh is open-source as well. An alternate link can be the raw link for the get file in the repository.

Repository: https://github.com/Masterminds/glide.sh/blob/master/get Link: https://raw.githubusercontent.com/Masterminds/glide.sh/master/get

paulwitt commented 3 years ago

Looks like this guy's fork of that repo has fixed the script to work also: https://github.com/chenxin0723/glide.sh

d0nt-panic commented 3 years ago

Link to the raw file will not help by itself because there is another request to glide.sh inside https://github.com/Masterminds/glide.sh/blob/master/get#L119

I made this dirty hack to download explicit version of glide:

curl 'https://raw.githubusercontent.com/Masterminds/glide.sh/master/get' -o /tmp/get_glide
sed -i 's+get TAG https://glide.sh/version+TAG="v0.13.3"+g' /tmp/get_glide
sh /tmp/get_glide
ericmillin commented 3 years ago

This works for me:

curl https://raw.githubusercontent.com/chenxin0723/glide.sh/master/get | sh
erayerdin commented 3 years ago

Domain seems to be parked.