当前位置:   article > 正文

fatal: could not read Username for ‘https://XXX.com‘: terminal prompts disabled_fatal: could not read username for ': terminal pro

fatal: could not read username for ': terminal prompts disabled

原因:go get 默认使用https拉取源码,会因为校验用户名密码而失败

解决方案:

通过git config 切换https验证转换为ssh验证

GitHub为例:

git config --global --add url."git@github.com:".insteadOf "https://github.com/"

私有库 https://XXX.com

git config --global --add url."git@XXX.com:".insteadOf "https://XXX.com/"

 

扩展
git config --global -l 查看git配置

git config --remove-section url.git@github.com: 删除github域名 切换https到ssh配置

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

闽ICP备14008679号