We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
你提供的信息太少,无法做出有效的判断。什么操作系统?什么硬件架构?如何安装的,手动还是自动?安装指安装的什么,指安装 g ,还是指的安装 go ?
Sorry, something went wrong.
I go into this issue too.
I am a Windows 10 64bit OS with Intel i7-8700 CPU.
>g use 1.17.11 go version go1.17.11 windows/386
@voidint
I go into this issue too. I am a Windows 10 64bit OS with Intel i7-8700 CPU. >g use 1.17.11 go version go1.17.11 windows/386 @voidint
原因分析
g install 命令是根据 runtine.GOARCH 推测你的CPU架构的,所以可能是安装的g为386版本 可以查看 ~/.g/downloads/go1.17.11.windows-386.tar.gz 是否存在来大致推断
g install
runtine.GOARCH
~/.g/downloads/go1.17.11.windows-386.tar.gz
修复方法
~/.g/versions
g install 1.17.11
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: