当前位置: 代码迷 >> 综合 >> idea上传gitee报错unable to read askpass response from ‘C:\Users\####\AppData\Local\JetBrains\......
  详细解决方案

idea上传gitee报错unable to read askpass response from ‘C:\Users\####\AppData\Local\JetBrains\......

热度:44   发布时间:2023-12-19 06:46:17.0

错误信息如图:

修改:找到在项目中的.git/config配置;

修改此处为:

[remote “origin”]
url = http://账号:密码@gitee.com/码云用户名/仓库名.git
fetch = +refs/heads/:refs/remotes/origin/

即可解决!

  相关解决方案