Github client for mac: how to overcome the Great Wall of China?

I bought a VPN through GreatWall. I just want to know how to set up a proxy server for the GitHub client for OS X.

In the shell, this is so.

$ ssh -T git@github.com
Warning: Permanently added the RSA host key for IP address '[192.30.252.149]:443' to the list of known hosts.
Hi XXXXXX! You've successfully authenticated, but GitHub does not provide shell access.

But when I click the button Clone in Desktop, it cannot clone in the client.

For example: AFNetworking

"Unable to find" AFNetworking / AFNetworking "," The latter was seen in ~ / Github / AFNetworking. "


Now I'm checking this, the shell is mocking me.

The result that clones in the shell is as follows.

$ git clone https://github.com/AFNetworking/AFNetworking
Cloning into 'AFNetworking'...
fatal: unable to access 'https://github.com/AFNetworking/AFNetworking/': Failed to connect to github.com port 443: Operation timed out
+4
source share
1 answer

It seems that GFW only blocks content distributed from the github CDN, for example assets-cdn.github.com. Git repo operations will not be affected by GFW.

VPN, GFW. , , .

git clone https://github.com/afnetworking/afnetworking, Github Mac

+2

All Articles