首页 > 代码库 > fatal: could not read Username for 'https://github.com': No such file or directo
fatal: could not read Username for 'https://github.com': No such file or directo
Git push origin master报错
fatal: could not read Username for ‘https://github.com‘: No such file or directo
原因使用https方式的时候 在git remote add origin 的https url 里面没有用户名和密码
修改为如下:
git remote add origin https://{username}:{password}@github.com/{username}/project.git
https://github.com/kemayo/sublime-text-git/issues/176
或者直接修改 .git/config 隐藏文件 为git remote add origin https://{username}:{password}@github.com/{username}/project.git 格式
例子:https://sandea_98:123***@github.com/sandea/test.git
fatal: could not read Username for 'https://github.com': No such file or directo
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。