不会设置代理,vpn用的蓝灯,对终端无效,比如运行不了youtube-dl。
这… 这单纯属于网络问题了吧, 先想办法翻墙吧
没用过蓝灯, 我在终端里 export http_proxy 之类的就可以让终端走代理
感谢,
git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy 'socks5://127.0.0.1:1080'
还是不行,先放着,等明天早上试试。
(个人的一点学习心得,不到万不得已,不学新东西;学到一点就用到极致,用到一百个地方,用到一千个地方)
不可遏制的想学新东西,不是高效的策略,也不是费力训练才能掌握的技能;而是自然本能,这种本能和焦虑养活了“得到”等知识服务。
是否试过这个
哈,感谢,真手舞足蹈。
➜ gaowei ~/.emacs.d/bin/doom install
WARNING (:tools flycheck) module was moved to (:checkers syntax)
Installing Doom Emacs!
> Creating /mnt/c/Users/gaowei/Documents/primary.doom.d/
✓ Created /mnt/c/Users/gaowei/Documents/primary.doom.d/
! init.el already exists, skipping
! config.el already exists, skipping
! packages.el already exists, skipping
Generate an envvar file? (see `doom help env` for details) (y or n) y
> Generating envvars file at "~/.emacs.d/.local/env"
✓ Successfully generated "~/.emacs.d/.local/env"
Installing plugins
> Installing packages...
> Updating recipe repos...
→ Cloning auto-minor-mode...csmirror-mirror...
→ Cloning auto-minor-mode...done
- Checked out auto-minor-mode: 17cfa1b54800fdef2975c0c0531dad34846a5065
→ Building auto-minor-mode...
→ Building auto-minor-mode...done
→ Cloning gcmh...
遇到类似问题,感谢
刚成功,牛!
为什么我这里还是不行……真的好烦,macOS 永远安装不上 Doom。
fatal: unable to access 'https://github.com/melpa/melpa.git/: error:02FFF036:system library: func(4095):Connection reset by user
已经用了这行命令了:git config --global url.https://github.com.cnpmjs.org/.insteadof https://github.com/
,.gitconfig
里也有这行,但是 ~/.emacs/bin/doom sync
的时候还是不行,errorno 60。
这个代理已经死掉了
寻着大家指的路,我去淘宝花 5 块钱也搞了一个加速的地址,使用 git config --global url.https://github.com.cnpmjs.org/.insteadof https://github.com/
,也是不行……
退款吧 这和你上面不是同一个地址吗
不是,我买的那个地址是另外一个。
你先用浏览器访问一下那个地址,看看通不通嘛
通的。我在想的是 git config --global url.https://github.com.cnpmjs.org/.insteadof https://github.com/
这个命令就是让 git fetch 东西的时候走这个而不是官方 github.com
是吗?
这种方式貌似已经被doom封堵了。