gvm install go1.18.1 Unrecognized Go version

1、gvm安装 go1.18.1版本出现Unrecognized Go version问题

2、查日志 cat /Users/abc/.gvm/logs/go-download.log

3、百度The unauthenticated git protocol on port 9418 is no longer supported.

4、git config--globalurl."https://github.com/".insteadofgit://github.com/

5、gvm install go1.18.1

你可能感兴趣的:(gvm install go1.18.1 Unrecognized Go version)