栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

go get或go mod tidy报错 fatal: could not read Username for

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

go get或go mod tidy报错 fatal: could not read Username for

go get git.xxxxx.net/CPC/protocol: module git.xxxxx.net/CPC/protocol: git ls-remote -q origin in /Users/admin/go/pkg/mod/cache/vcs/b23efdb68de4fde955075014c720200fc58c6052bbf3cd57ed65bf341c19c359: exit status 128:
fatal: could not read Username for ‘https://git.xxxxx.net’: 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

go get 下载依赖出错,但是项目是可以正常clone下来的,从上面报错信息可以看出是因为找不到git远程仓库的用户名信息,解决办法修改 ~/.gitconfig 让go使用ssh协议拉取代码
在 ~/.gitconfig 中添加以下信息

[url "ssh://git@git.xxxxxxxxxxxx.net/"]
	insteadOf = https://git.xxxxxxxxxxxx.net/

把git.xxxxxxxxxxxx.net 替换为你真实的git仓库地址

具体请参考 https://golang.org/doc/faq#git_https

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/334649.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号