当前位置: 代码迷 >> 综合 >> VS2019使用GIthub时报错:fatal: could not read Username for https://github.com: No such file or directo
  详细解决方案

VS2019使用GIthub时报错:fatal: could not read Username for https://github.com: No such file or directo

热度:4   发布时间:2023-11-17 06:47:49.0

解决方法:

1、进入项目目录

2、进入 .git 目录

3、修改.git/config 文件

把github的账号密码直接写死在url中

 

 

  相关解决方案