安装的过程中报错 :

package golang.org/x/sys/unix: unrecognized import path "golang.org/x/sys/unix" (https fetch: Get https://golang.org/x/sys/unix?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)

被长城墙了,您可以这这么操作:(参看 http://www.fecshop.com/topic/805)

 cd ~/go/src
 mkdir -p golang.org/x
 cd golang.org/x
 git clone https://github.com/golang/sys.git

参考:

https://blog.csdn.net/weixin_42280360/article/details/80649038

http://www.fecshop.com/topic/806

 

相关文章:

  • 2021-10-10
  • 2021-06-23
  • 2022-01-11
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2021-05-24
  • 2022-01-11
猜你喜欢
  • 2021-06-06
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
相关资源
相似解决方案