fatal: could not read Username for ‘https://gitee.com‘: No such file or directory
问题描述:在上传gitpush的时候出现以下错误代码原因分析:1.studio和远程仓库关联时,用户名密码出现了错误需要重新填写2.是在你操作gitbashhere的时候没有搞完要整的东西直接退出的原因解决方案:解决方案1.将项目进行gitpull一下然后在提交即可解决方案2.执行gitconfig--globalcredential.helperstore命令然后gitpushoriginxia