unable to read askpass response from 'C:\Users\..\..\intellij-git-askpass.bat' failed to execute prompt script (exit code 1) could not read Username


原因:

缺少用户认证信息。

解决办法:

在 .git 的 config 配置文件中的请求串中加入用户身份的认证信息。

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

例如:

 [remote "origin"]
     url = http://wangshzh:11111111@gitlab.qdum.com/zhangyb/dmavip.git
     fetch = +refs/heads/*:refs/remotes/origin/*

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM