原因:git 无法登录问题。
先设置永久存储登录https用户名密码
git config credential.helper store
然后:
export GIT_TERMINAL_PROMPT=1
即git pull过程中允许输入用户名密码
go build时会提示输入用户名密码。done
原因:git 无法登录问题。
先设置永久存储登录https用户名密码
git config credential.helper store
然后:
export GIT_TERMINAL_PROMPT=1
即git pull过程中允许输入用户名密码
go build时会提示输入用户名密码。done