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