ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.91k stars 458 forks source link

shfmt,editorconfig-checker老是安装不上 #223

Closed hhcwyx closed 2 years ago

hhcwyx commented 2 years ago

启动后,就提示:[mason-tool-installer] shfmt installing 大概1分钟后,提示:[mason-tool-installer] shfmt:failed to install 另:editorconfig-checker 也是同样的现象。 我的系统是archlinux,neovim版本是0.7.2 刚接触neovim,不知道怎么解决,请大家帮忙。

OnlyblackTea commented 2 years ago

你看看:Mason是不是不能运行了 我刚刚PackerSync以后也出现了这个问题

Edit: 我打开了一个文件以后好了

ayamir commented 2 years ago

启动后,就提示:[mason-tool-installer] shfmt installing 大概1分钟后,提示:[mason-tool-installer] shfmt:failed to install 另:editorconfig-checker 也是同样的现象。 我的系统是archlinux,neovim版本是0.7.2 刚接触neovim,不知道怎么解决,请大家帮忙。

你如果有代理的话可以试试挂上终端代理之后再安装

hhcwyx commented 2 years ago

用代理也没成功,用:masoninstall shfmt editorconfig-checker 也不行,下面是错误信息,请帮忙分析一下是不是我的机器还缺什么东西? Failed ◍ editorconfig-checker go: github.com/editorconfig-checker/editorconfig-checker/cmd/editorconfig-checker@latest: module github.com/editorconfig-checker/editorconfig-checker/cmd/editorconfig-checker: Get "https://proxy.golang.org/github.com/editorconfig-checker/editorconfig-checker/cmd/editorconfig-checker/@v/list": dial tcp 108.177.97.141:443: i/o timeout spawn: go failed with exit code 1 and signal 0.

◍ shfmt
  go: mvdan.cc/sh/v3/cmd/shfmt@latest: module mvdan.cc/sh/v3/cmd/shfmt: Get "https://proxy.golang.org/mvdan.cc/sh/v3/cmd/shfmt/@v/list": dial tcp 108.177.97.141:443: i/o timeout
  spawn: go failed with exit code 1 and signal 0. 
hhcwyx commented 2 years ago

我用pacman 安装了这两个软件,能在机器上成功安装,但是neovim还是在启动的时候安装。我不懂这里面的逻辑,是不是手动安装没有啥用呀?

OnlyblackTea commented 2 years ago

pacman安装以后你没有在neovim里配置也是没用的。

ayamir commented 2 years ago

go env -w GOPROXY=https://proxy.golang.com.cn,direct用这个代理再试试

hhcwyx commented 2 years ago

go env -w GOPROXY=https://proxy.golang.com.cn,direct用这个代理再试试

谢谢老师!!用这个成功了。