unable to read askpass response from 'C:\Users\Administrator\.PyCharmCE2018.2\system\tmp\intellij-git-askpass.bat'
failed to execute prompt script (exit code 1)
could not read Username for 'https://github.com': No such file or directory
在 .git 的 config 配置文件中的请求串中加入用户身份的认证信息
格式:
https://[userName]:[password]@github.com/[username]/project.git
OpenSSL SSL_read: Connection was reset, errno 10054
修改设置,解除 ssl 验证,进入 git 命令,输入
git config --global http.sslVerify "false"