Today, when writing code with sublime2 need to install a plug-in so as usual command+shift+p input install package, the intention to install the results of the control:there is no packages Available for installation.
So all kinds of Baidu is said to be because of IPV6 reason also say is because the company moved the reason anyway finally finally solved that can be. The steps to resolve are as follows
First, get sublime.wbond.net IP address can ping at the command line can also go to the online Ping tool to find its IP address I opened the URL is https://serve.netsh.org/pub/ping-tool/get the following results
50.116.33.29 sublime.wbond.net
Second, open the Mac terminal
Command
1sudo su
2 Enter root password
3cd/etc
4echo "50.116.33.29 sublime.wbond.net" >> hosts
Third, restart sublime can install the plug-in normally
This article from "Woody Rose" blog, declined reprint!
Sublime Install plug-in failure scenario for one of the solutions for Mac