安装prezto 出错


今天尝试安装prezto 安装失败,失败原因是,请问该如何解决呢,我尝试了多次依然timed out 是需要挂代理吗? 我输入的命令是 clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" 感谢大家
图片描述

terminal zsh iterm

「最上川」 10 years, 3 months ago

报错很明确,是连接到 gist.github.com 时超时了。

如果你没办法翻墙的话,可以把这行添加到 /etc/hosts 里:


 192.30.252.140  gist.github.com

愛吃芝士的貓 answered 10 years, 3 months ago

Your Answer