解决git push报错 fatal: HttpRequestException encountered.
今天提交本地代码到github上时,出现这样的错误
fatal: HttpRequestException encountered.
在网上查了下原因:出现该提示信息的主要原因是Github禁用了TLS v1.0 and v1.1这种弱加密标准,此时需要手动更新Windows的git凭证管理器,更新方式很简单,在网站下载Git在Window上的凭证管理器并默认安装即可
https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases/tag/v1.14.0