当前位置:   article > 正文

Go get命令出现terminal prompts disabled解决

terminal prompts disabled

Go get命令出现terminal prompts disabled解决


ubuntu@ubuntu:~$ go get -u github.com/XXX/OOOO/
  • 1
  • 2

cd .; git clone https://github.com/XXX/OOOO/ /home/ubuntu/.go/src/github.com/XXX/OOOO/

Cloning into '/home/ubuntu/.go/src/github.com/maoxs2/Proj_Ridal'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
package github.com/XXX/OOOO/: exit status 128
原因go get disable "terminal prompt" by default(Go get 命令默认禁用terminal prompt,即终端提示)

解决方案:环境设置GIT_TERMINAL_PROMPT=1
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
export GIT_TERMINAL_PROMPT=1
go get XXX
  • 1
  • 2

后记:其实最终问题还是我记错库名了……

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/477929
推荐阅读
  

闽ICP备14008679号