执行go get命令时,出现如下的错误提示:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
两种解决方案:
- 先通过ssh成功登陆一次git,正确获取到key缓存。
- 手动添加key:https://help.github.com/articles/generating-ssh-keys/
然后就可以正常get了。
执行go get命令时,出现如下的错误提示:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
两种解决方案:
然后就可以正常get了。