git下载配置很快,打开emacs回答完几个问题它就开始安装了,今天来一看进度条就没动,关了emacs再打开,安装包5/114,过了几个小时,现在还是5/114
挂代理装吧,是qiang的问题
不太懂啊,代理是不是要花钱还经常被封?
gcp自己搭梯子
可以先用一下淘宝的github镜像源,这样克隆的时候会比较快
git config --global url.https://github.com.cnpmjs.org/.insteadof https://github.com/
然后到 .spacemacs 里面改一下 elpa 的源
git clone GitHub - syl20bnr/spacemacs: A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim! ~/.emacs.d
这个不是下载到~/.emacs.d了吗, .spacemacs是从哪来的?
啊哈,知道了,先运行一下emacs,虽然后边包装不了,但是.spacemacs已经生成了,杀死emacs,改完这个配置文件再重新运行。不过,装包还是显示一大堆unavailerbale。。。
建议你用 develop 分支,master 分支很老了:
git clone -b develop https://github.com/syl20bnr/spacemacs ~/.emacs.d
HTTP/2 stream 1 was not closed cleanly before end of the underlying stream
develop分支克隆不了
btw: doom能不能用国内镜像,怎么改?
我这可以 Clone 啊,估计是网络问题。
我没用过 doom ,等其他 doom 用户给你解答了。 Doom 目前好像是更流行
doom 用的 straght,就是 clone package,也可以改 Github 镜像,论坛有(不过还是建议代理增强模式,一劳永逸)
OK了,总结一下安装过程:
git clone -b develop GitHub - syl20bnr/spacemacs: A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim! ~/.emacs.d,下载develop分支
emacs -nw,初次启动,等进度不动了杀死之,这时.spacemacs已经生成
vi .spacemacs,按清华源的说明修改
emacs -nw,再次启动,把包装完
systemctl --user enable emacs
systemctl --user start emacs,启动服务
vi .zshrc或.bashrc,alias evi=‘emacsclient -t’
恭喜你,成功安装使用 Emacs。欢迎来到 Emacs China 社区