登录
首页 >  Golang >  Go教程

Go 执行 Docker Build 报错:如何解决 git ls-remote 错误?

时间:2024-12-24 08:48:54 360浏览 收藏

大家好,我们又见面了啊~本文《Go 执行 Docker Build 报错:如何解决 git ls-remote 错误?》的内容中将会涉及到等等。如果你正在学习Golang相关知识,欢迎关注我,以后会给大家带来更多Golang相关文章,希望我们能一起进步!下面就开始本文的正式内容~

Go 执行 Docker Build 报错:如何解决 git ls-remote 错误?

go 执行 docker build 报错

在构建 docker 容器时,你可能遇到这样的错误:

answer imports
github.com/answerdev/answer-basic-connector: module github.com/answerdev/answer-basic-connector: git ls-remote -q origin in /go/pkg/mod/cache/vcs/2eb01f4aadbb28882970063faa18a6e807b04bd4da767dddd04d856f1fa4e95b: exit status 128:
fatal: could not read username for 'https://github.com': terminal prompts disabled
confirm the import path was entered correctly.
if this is a private repository, see https://golang.org/doc/faq#git_https for additional information.

解决方案:

要解决此问题,请增加 git 环境变量:

export GIT_TERMINAL_PROMPT=1

再次执行 go build,系统将提示你输入 git 仓库的登录密码以进行验证。输入密码后,构建过程即可正常进行。

今天关于《Go 执行 Docker Build 报错:如何解决 git ls-remote 错误?》的内容就介绍到这里了,是不是学起来一目了然!想要了解更多关于的内容请关注golang学习网公众号!

相关阅读
更多>
最新阅读
更多>
课程推荐
更多>