























I am using straight.el to manage my Emacs packages. However, due to GitHub access issues, the bootstrap snippet can not be downloaded successfully and run. After staring Emacs, it hangs forever with high CPU usage.
Here is what is working for me. After following these steps, I can install packages without issue.
Go to ~/.emacs.d, the directory varies based on your system1.
Clone the straight.el repo:
git clone https://github.com/raxod502/straight.el.git straight/repos/straight.elChange the git default url using the following command as per guide here.
git config --global url."https://hub.fastgit.xyz/".insteadOf "https://github.com/"
git config protocol.https.allow alwaysRemove the straight.el bootstrap snippet from init.el.
Restart Emacs and just wait. All my packages are installed and built successfully.
Check here for the actual path. ↩︎
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。