码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-03-13 18:13:46      阅读:994      评论:0      收藏:0      [点我收藏+]

标签:config   col   tla   use   read   ref   url   bat   .com   

原因:

缺少用户认证信息。

解决办法:

在 .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/*

 

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

标签:config   col   tla   use   read   ref   url   bat   .com   

原文地址:https://www.cnblogs.com/unique1319/p/8558758.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!