idea pull 和push 代码超时
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’
·
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
更多推荐




所有评论(0)