IDEA GIT error:unable to read askpass response from,bash: /dev/tty: No such device or address

在拉取公司gitlab上面的项目时IDEA偶然出现报错拉不下来,并且没有弹出输入账号密码的弹窗,网上找解决方法总结一下,github和gitee应该也同样适用

IDEA GIT error:unable to read askpass response from,bash: /dev/tty: No such device or address_第1张图片

1. 删除windows凭据,方法这里就不说了自行百度,这种应该只适合账号密码输入错误的情况,我试了没啥用

2. git的拉取代码地址上拼接上账号密码,操作步骤如下

IDEA GIT error:unable to read askpass response from,bash: /dev/tty: No such device or address_第2张图片
IDEA GIT error:unable to read askpass response from,bash: /dev/tty: No such device or address_第3张图片

亲测有用,修改后的格式如下,虽然可以拉取代码但是总觉得不够优雅,又去找找有没有其他方法

https://[userName]:[password]@gitlab.com/[username]/project.git

3. 在IDEA里面勾选Git / User credential Helper即可,无须做其他的配置

IDEA GIT error:unable to read askpass response from,bash: /dev/tty: No such device or address_第4张图片

亲测有用,具体操作路径如下:

File -> Settings -> Version Control -> Git / Check “User credential Helper”

你可能感兴趣的:(【工具】,git,github,gitlab,intellij,idea,windows)