zl程序教程

您现在的位置是:首页 >  工具

当前栏目

git clone或者git pull时遇到gnutls_handshake() failed: An unexpected TLS packet was received.如何处理?

FailedGit 如何 处理 遇到 an 或者 was
2023-09-11 14:16:47 时间

答: 直接将https修改为http即可, 如:

  $ git clone https://github.com/Jello_Smith/my-example.git ->  git clone http//github.com/Jello_Smith/my-example.git