go get fatal: could not read Username for 'https://code.byted.org': terminal prompts disable

Posted darrenchan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了go get fatal: could not read Username for 'https://code.byted.org': terminal prompts disable相关的知识,希望对你有一定的参考价值。

用go get下载私有代码库的时候,莫名其妙产生了以下错误,公有代码库没有影响。

chenchideMacBook-Pro:~ chenchi$ go get code.byted.org/adarch/kitedemo

# cd .; git clone https://code.byted.org/adarch/kitedemo.git /Users/chenchi/go/src/code.byted.org/adarch/kitedemo

Cloning into ‘/Users/chenchi/go/src/code.byted.org/adarch/kitedemo‘...

fatal: could not read Username for ‘https://code.byted.org‘: terminal prompts disabled

package code.byted.org/adarch/kitedemo: exit status 128

查询错误,参考:

https://stackoverflow.com/questions/32232655/go-get-results-in-terminal-prompts-disabled-error-for-github-private-repo

解决方式:

输入以下指令:

env GIT_TERMINAL_PROMPT=1 go get code.byted.org/adarch/kitedemo

会提示你输入用户名和密码,然后完美解决。

chenchideMacBook-Pro:~ chenchi$ env GIT_TERMINAL_PROMPT=1 go get code.byted.org/adarch/kitedemo

Username for ‘https://code.byted.org‘: chenchi.szt

Password for ‘https://[email protected]‘: 

当然,你直接git clone也行。

以上是关于go get fatal: could not read Username for 'https://code.byted.org': terminal prompts disable的主要内容,如果未能解决你的问题,请参考以下文章

执行git pull命令报告"fatal: early EOF fatal: index-pack failed error: Could not fetch origin fatal: r

go 拉取仓库依赖报错:fatal: could not read Username for ‘https://code.byted.org‘: terminal prompts disabled

go 拉取仓库依赖报错:fatal: could not read Username for ‘https://code.byted.org‘: terminal prompts disabled

github拉取项目的时候报出git@github.com: Permission denied (publickey).fatal: Could not read from remote r

github拉取项目的时候报出git@github.com: Permission denied (publickey).fatal: Could not read from remote r

git之fatal: Could not read from remote repository