unable to read askpass response from C:\Users\..\..\intellij-git-askpass.bat could read name from

错误信息:

Can't finish GitHub sharing process
            unable to read askpass response from 'C:\Users\username\.IntelliJIdea2016.3\system\tmp\intellij-git-askpass25.bat'
            failed to execute prompt script (exit code 1)
            could not read Username for 'https://github.com': No error

 

出现这个错是因为你的git配置错误,然后导致push到远程github一直失败报错,本人一开始以为是ssh公钥问题,各种琢磨都无果,最后打开git bash切入到你的项目目录,然后

$ vim .git/config

修改remote.origin.url变量为 https://userName:password@github.com/[username]/project.git

如图所示 

配置用户名和邮箱如

$ git config user.name wwclr

$ git config user.email xxxx@.com

 

查看当前git配置  & git config --list

ok,问题解决,push成功

评论 10
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值