当前位置:   article > 正文

Go get报错 fatal: could not read Username for ‘https://xxx‘: terminal prompts disabled【解决方案】_go get could not read username

go get could not read username

原因:go get 默认使用https拉取源码,缺少ssh用户权限。

解决方案:

配置git config。

GitHub为例:

 git config --global --add url."git@github.es.ecg.tools:".insteadOf "https://github.es.ecg.tools/"

另外,补充一些go get相关的命令:

运行 go get -u 将会升级到最新的次要版本或者修订版本(x.y.z, z是修订版本号, y是次要版本号)
运行 go get -u=patch 将会升级到最新的修订版本
运行 go get package@version 将会升级到指定的版本号version

本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号