页次: 1
例如安装coc.nvim
:PlugInstall总是输出:
fatal: unable to access 'https://github.com/neoclide/coc.nvim.git/': OpenSSL SSL_read: Connection reset by peer, errno 104
接着就下载失败
最近编辑记录 Yanxu (2021-08-06 21:26:05)
离线
请自行解决你的网络访问 github.com 不畅的问题。
离线
Github访问不畅之解决方法
参考这个
2021.08.06
140.82.113.3 github.com
140.82.114.3 gist.github.com
185.199.108.153 assets-cdn.github.com
185.199.108.133 raw.githubusercontent.com
185.199.108.133 gist.githubusercontent.com
185.199.108.133 cloud.githubusercontent.com
185.199.108.133 camo.githubusercontent.com
185.199.108.133 user-images.githubusercontent.com
185.199.108.133 avatar0.githubusercontent.com
185.199.108.133 avatar1.githubusercontent.com
185.199.108.133 avatar2.githubusercontent.com
185.199.108.133 avatar3.githubusercontent.com
185.199.108.133 avatar4.githubusercontent.com
185.199.108.133 avatar5.githubusercontent.com
185.199.108.133 avatar6.githubusercontent.com
185.199.108.133 avatar7.githubusercontent.com
185.199.108.133 avatar8.githubusercontent.com
离线
设置代理呀兄弟,在~/.gitconfig中添加
[http]
proxy = socks5://127.0.0.1:1089
[https]
proxy = socks5://127.0.0.1:1089
开启代理程序监听1089端口,推荐使用qv2ray
离线
设置代理呀兄弟,在~/.gitconfig中添加
[http]
proxy = socks5://127.0.0.1:1089
[https]
proxy = socks5://127.0.0.1:1089
开启代理程序监听1089端口,推荐使用qv2ray
就是这个方案用有一年了,白天经常断,一个 repo 都 clone 不下来;半夜零时 clone 几十个,一把过。
离线
请自行解决你的网络访问 github.com 不畅的问题。
别的论坛有个非常先进的功能:给某个回答打勾,表明这是解决方案。
仙子有考虑来一个?
离线
依云 说:请自行解决你的网络访问 github.com 不畅的问题。
别的论坛有个非常先进的功能:给某个回答打勾,表明这是解决方案。
仙子有考虑来一个?
这个论坛功能太简陋啦。不过改标题也能用嘛。
离线
在 Gitee 上导入GitHub仓库,让 vim-plug 从得到的 Gitee 仓库的链接下载插件。
call plug#begin('~/.config/nvim/plugged')
Plug 'https://gitee.com/mirrors/vimtex.git'
call plug#end()
最近编辑记录 tanloong (2022-11-16 23:29:02)
离线
页次: 1