unable to read askpass response from 'C:Users....intellij-git-askpass.bat' failed to exe(示例代

Posted unique1319

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了unable to read askpass response from 'C:Users....intellij-git-askpass.bat' failed to exe(示例代相关的知识,希望对你有一定的参考价值。

原因:

缺少用户认证信息。

解决办法:

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

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

例如:

 [remote "origin"]
     url = http://wangshzh:[email protected]/zhangyb/dmavip.git
     fetch = +refs/heads/*:refs/remotes/origin/*

 

以上是关于unable to read askpass response from 'C:Users....intellij-git-askpass.bat' failed to exe(示例代的主要内容,如果未能解决你的问题,请参考以下文章