fatal: could not read Username for 'https://gitee.com': No such device or address
fatal: could not read Username for 'https://gitee.com': No such device or address
问题
fatal: could not read Username for 'https://gitee.com': No such device or address
这是因为git config文件中没有用户身份信息。
解决方法
在请求串中加入身份信息即可:
格式
https://[username]:[password]@gitee.com/[username]/project.git
操作如下:
cd .git
vim config
url=https://choudalao:12345@gitee.com/choudalao/test.git
注
choudalao:gitee账号
12345:密码
test:项目名

本文链接:https://choudalao.com/article/149
转载请注明来源,感谢尊重原创内容。
留言评论
支持表情、回复和点赞。评论需要先登录。