前言
在Windows中安装git之后,在idea中又配置git的仓库。
问题
在我通过VCS方式去拉取远程代码的时候就出现如下问题:
unable to read askpass response from 'C:\Users\EDY\AppData\Local\JetBrains\IntelliJIdea2023.2\tmp\intellij-git-askpass-local.sh' bash: line 1: /dev/tty: No such device or address failed to execute prompt script (exit code 1) could not read Username for 'https://kuhe-gitlab.morelinker.com': No such file or directory
这个问题大概说是在执行Git操作的时候,无法获取到Git的密码......
解决方法
在idea的Git的配置中,勾选:Use credential helper
点击应用,再点击ok之后,再通过git远程拉取代码的时候,就会提示你输入账号密码,输入正确之后,就可以拉取到代码,这个问题也就解决了。文章来源:https://www.toymoban.com/news/detail-725717.html
文章来源地址https://www.toymoban.com/news/detail-725717.html
到了这里,关于unable to read askpass response from ‘C:\Users\EDY\AppData\Local\JetBrains\IntelliJIdea2023.2\tmp\in的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!