glide icon indicating copy to clipboard operation
glide copied to clipboard

I think glide.sh is down

Open shivamMg opened this issue 3 years ago • 8 comments

https://downforeveryoneorjustme.com/glide.sh

shivamMg avatar Feb 17 '21 07:02 shivamMg

yeah its down

ghost avatar Feb 17 '21 09:02 ghost

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

VenkatTeja avatar Feb 18 '21 16:02 VenkatTeja

Impacted by this as well. Is there a mirror?

paulwitt avatar Feb 18 '21 17:02 paulwitt

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

ankitrgadiya avatar Feb 18 '21 18:02 ankitrgadiya

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

paulwitt avatar Feb 26 '21 17:02 paulwitt

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

d0nt-panic avatar Mar 09 '21 21:03 d0nt-panic

This works for me:

curl https://raw.githubusercontent.com/chenxin0723/glide.sh/master/get | sh

ericmillin avatar Mar 24 '21 17:03 ericmillin

Domain seems to be parked.

erayerdin avatar Jun 21 '21 20:06 erayerdin