问题描述

今天使用git拉取项目的时候提示使用git获取链接被重置了,网上查了一下解决方法,好家伙,把请求协议git请求中的https://换成 git://就好了,牛哇牛哇!

git clone https://github.com/vulhub/vulhub.git

fatal: unable to access 'https://github.com/XXX': TCP connection reset by peer
fatal: unable to access 'https://github.com/XXX': TCP connection reset by peer

使用git://拉取请求

git clone git://github.com/vulhub/vulhub.git

fatal: unable to access 'https://github.com/XXX': TCP connection reset by peer

文章来源

https://blog.csdn.net/qq_42037180/article/details/112465841

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-03
  • 2021-11-02
  • 2022-12-23
  • 2021-05-24
猜你喜欢
  • 2021-05-22
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-09-25
  • 2021-08-02
相关资源
相似解决方案