今天提交本地代码到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

解决git push报错 fatal: HttpRequestException encountered.解决git push报错 fatal: HttpRequestException encountered.

相关文章:

  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2021-05-06
猜你喜欢
  • 2022-12-23
  • 2021-10-28
  • 2021-04-12
  • 2022-12-23
  • 2021-05-23
  • 2021-08-05
相关资源
相似解决方案