董雷 的个人博客 / 0 / 0 / 创建于 3年前 / 更新于 3年前
如果你的项目在 codeup 上,且项目配置了 ssh 拉取,你想为你的项目通过 go get 拉取包的时候有的会通过 https 拉取,这个时候就会提示你的用户名密码不能读取,因为你没有配置
could not read UsernameCopy
could not read Username
git config --global url."git@codeup.aliyun.com:".insteadOf https://codeup.aliyun.com/ Copy
git config --global url."git@codeup.aliyun.com:".insteadOf https://codeup.aliyun.com/
、、
本作品采用《CC 协议》,转载必须注明作者和本文链接
我要举报该,理由是:
推荐文章: