[Doom]安装的时候all-the-icon死活装不上去

Download and install all-the-icon's fonts? (y or n) y
Contacting host: raw.githubusercontent.com:443
...
  #f(compiled-function (font) #<bytecode 0x2bc20e5>)("material-design-icons.ttf")
  mapc(#f(compiled-function (font) #<bytecode 0x2bc20e5>) ("material-design-icons.ttf" "weathericons.ttf" "octicons.ttf" "fontawesome.ttf" "file-icons.ttf" "all-the-icons.ttf"))

我的网络没问题啊,谷歌能连的,这是怎么回事??

这是著名的已知被封域名,你需要加到你的梯子列表里。

那在doom中要怎么重新安装这个all-the-icon,总不能调用doom install

doom sync && doom build 试试?不管用的话,把这两个目录删除再试试:

  • ~/.emacs/.local/straight/repos/all-the-icons.el
  • ~/.emacs/.local/straight/build-27.1/all-the-icons


好像有哪里不对

重新安装 icons: M-x all-the-icons-install-fonts

另外有机场的话可以加下面代码到`config.el

(setq url-proxy-services
          '(("http"  . "host:port")
    	("https" . "host:port")))
2 个赞

总算弄完了 :grin: