1
Connecting to raw.githubusercontent.com 
(raw.githubusercontent.com)|151.101.56.133|:443... failed: Network is unreachable.

That's the error message, I'm trying to install Shadowsocks 443 via a script. I can access the page in browser just fine. Any ideas how to resolve? (Putty on Windows)

On my home network, so shouldn't have any issues. Also tried multiple networks to no avail.

Andrew Wang
  • 194
  • 10

1 Answers1

0

If raw.githubusercontent.com is somehow unreachable, try first to clone the repo (by script), and then call the installation script from the local clone.

That might be longer, but safer than trying to access directly the installation script.


But if the clone itself is not working, then it is probably more a local network issue, rather than anything else.
Possibly a proxy issue.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • It appears that even git clone has issues connecting; in fact, ping google.com seems to be not working either – Andrew Wang Aug 14 '18 at 11:40
  • @AndrewWang OK, so you need to solve that network issue first, before trying anything GitHub-related. – VonC Aug 14 '18 at 11:41