原因:
缺少用户认证信息。
解决办法:
在 .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 execute prompt script (exit code 1) could not read Username
原文地址:https://www.cnblogs.com/unique1319/p/8558758.html
时间: 2024-10-11 23:59:19