Crossing ' s Blog
Not Genius but Try best
- Home
- Classification
- About
- Archive
- Label
The problem appears to have occurred after the Livestyle version update, as it was intended to install JavaScript next and the CSS3 package, and the results were not installed. After temporarily pausing the Livestyle plugin in Chrome, it worked for a while. But after I uninstalled some plugins, there was a problem again. Online search, may be the problem caused by IPV6.
The window that pops up first jumps out the following message:
Package Control for installation
|
The following section will appear in the console.
No route to host downloading https://packagecontrol.io/channel_v3.json
|
If you need more detailed information, you can turn on debug mode.
At first I thought it was a wall. But after setting up an HTTP proxy it still doesn't work, so it doesn't seem to be as simple as a wall.
Searched for some related issues, saying that the problem arises because the ISP does not support IPV6. So we need to modify the host file to add the corresponding relationship.
Sublime Text cannot be resolved by using the package control or plug-in installation failure, which is the solution for Windows in this article. Very detailed.
Since I'm using OS X, it's a little different.
The solution is as follows:
1. $ ping sublime.wbond.net
you can get the IP address 50.116.34.243
2. $ sudo vi /etc/hosts
, enter the system password, press I enter insert mode, enter the following content
IPv6 Sublime.wbond. Net #end
|
3. Press ESC to exit Insert mode, :wq
Save and exit
But do you think it's over here? However, after a while to the big Aunt T_t. For Mao!
But also is the exhaust type, the occasional several times unexpectedly can enter. It seems to be the ultimate killer!
Method Two: Re-install DAFA!
Of course, I'm not reloading sublimetext, just reloading the package control.
Go to the package browser to remove all files related to the (except for the personally configured package control.sublime-settings files) for the Control.
Then go to/library/application support/sublime Text 3/installed Packages folder to delete the package control.sublime-package.
Reload the package Control once again.
This is a temporary solution to the problem. But I still don't know where the real problem is. Maybe the next time you install a plug-in and there are related problems. Old medic also difficult to cure Starling Ah!
Sublime Text 3 cannot install plug-in solutions using the package control