zl程序教程

您现在的位置是:首页 >  其他

当前栏目

fatal: could not read Username for ‘https://gitee.com’: No such device or address

2023-03-07 09:50:04 时间

问题

  copyfatal: could not read Username for 'https://gitee.com': No such device or address

这是因为git config文件中没有用户身份信息。

解决方法

在请求串中加入身份信息即可: 格式

  copyhttps://[username]:[password]@gitee.com/[username]/project.git

操作如下:

  copycd .git
vim config
url=https://choudalao:12345@gitee.com/choudalao/test.git

choudalao:gitee账号 12345:密码 test:项目名

未经允许不得转载:肥猫博客 » fatal: could not read Username for ‘https://gitee.com’: No such device or address