shoolnight

第一步

  在sublime Text3界面按”ctrl+、“出现一个输入框界面

第二步

  在输入框输入:

import urllib.request,os,hashlib; h = \'eb2297e1a458f27d836c04bb0cbaf282\' + \'d0e7a3098092775ccb37ca9d6b2e4b7d\'; pf = \'Package Control.sublime-、package\'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( \'http://packagecontrol.io/\' + pf.replace(\' \', \'%20\')).read(); dh = hashlib.sha256(by).hexdigest(); print(\'Error validating download (got %s instead of %s), please try manual install\' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), \'wb\' ).write(by)
重启即可!

分类:

技术点:

相关文章:

  • 2021-08-17
  • 2021-04-05
  • 2021-11-21
  • 2021-10-03
  • 2021-10-29
  • 2022-12-23
  • 2021-08-01
猜你喜欢
  • 2021-11-21
  • 2021-11-19
  • 2021-07-30
  • 2021-05-22
  • 2021-10-02
  • 2021-11-27
  • 2021-11-21
相关资源
相似解决方案