fatal: HttpRequestException encountered解决方法

之前在windows下一段时间git push都没什么问题,最近一旦提交就会弹出 
fatal: HttpRequestException encountered 解决方法 
无论是push前先将远程仓库pull到本地仓库,还是强制push都会弹出这个问题。

网上查了一下发现是Github 禁用了TLS v1.0 and v1.1,必须更新Windows的git凭证管理器,才行。 
https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases/tag/v1.14.0

 点击下载安装 GCMW-1.14.0.exe ,问题就解决了。

相关文章:

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