首页  >  文章  >  web前端  >  git上传遇到 GitHub could not read Username 的解决办法

git上传遇到 GitHub could not read Username 的解决办法

一个新手
一个新手原创
2017-10-14 10:24:308440浏览

Gitversion 1.8.5.2

执行git push命令异常,如下:

1    Push failed
2             Failed with error: unable to read askpass response from     
'C:\Users\eddy\.WebStorm2017.1\system\tmp\intellij-git-askpass.bat'
3             failed to execute prompt script (exit code 1)
4             could not read Username for 'http://gitlab.qdum.com': No error

原因

.git文件下     config文件中没有用户身份信息

解决

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

https://[userName]:[password]@github.com/[username]/project.git

修改后

1 [remote "origin"]
2     url =  
3     fetch = +refs/heads/*:refs/remotes/origin/*

注:1111111代表密码,此处为示例

以上是git上传遇到 GitHub could not read Username 的解决办法 的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn