Skip to content

Instantly share code, notes, and snippets.

@NicholasTD07
Last active November 26, 2015 06:56
Show Gist options
  • Save NicholasTD07/488dcc7cfbda571df68a to your computer and use it in GitHub Desktop.
Save NicholasTD07/488dcc7cfbda571df68a to your computer and use it in GitHub Desktop.
Fucking GFW making life even harder.

Blocked by GFW

GFW makes it harder (by blocking things) for me to use these:

  • Anything use https
  • berks
  • git
  • carthage
  • Websites (some)
    • Google
    • Facebook
    • Twitter

How to Bypass GFW?

  • ShadowSocks
  • For git, make sure you have proxy settings for socks and http set up.
[socks]
	proxy = localhost:1234
[http]
	proxy = socks5://localhost:1234

Don't know what is GFW? Google is your best friend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment