1.idea的git异常处理
1.2 当idea出现pull代码或者push代码的时候一直fetching !!!!!
1.3 当git的console出现问题 error为
error: unable to read askpass response from ‘C:\Users\ASUS.IntelliJIdea2019.1\system\tmp\intellij-git-askpass.bat’ bash: /dev/tty: No such device or address在这里插入图片描述

在这里插入图片描述
在这里插入图片描述
方案2:
解决方法:
找到版本库所在目录的 .git 隐藏文件夹中的 config 文件,在该文件的路径上加上工程所要推送的远程仓库 github 的账号密码.

url = https://[用户名]:[密码]@github.com/git-tian/mytest-http.git
在这里插入图片描述

Logo

一站式 AI 云服务平台

更多推荐