search

Home  >  Q&A  >  body text

git clone 出现错误 fatal: https://github.com/git/git/info/refs download error -

所有git clone无论什么都出现错误,难道必须重装了吗。。。

phpcn_u1582phpcn_u15822839 days ago1055

reply all(4)I'll reply

  • 大家讲道理

    大家讲道理2017-04-27 09:04:47

    If you encounter this kind of problem, you can try adding -v parameters to output more information.

    git clone http://github.com/username/example.git -v
    

    Determine whether it is a network problem. It seems that you cloned it through Https. It is recommended

    telnet https://github.com/ 443
    

    Test whether the network is normal.

    reply
    0
  • 世界只因有你

    世界只因有你2017-04-27 09:04:47

    Maybe it’s because the network is blocked.

    reply
    0
  • 黄舟

    黄舟2017-04-27 09:04:47

    Try git protocol instead of https protocol

    reply
    0
  • 黄舟

    黄舟2017-04-27 09:04:47

    Such questions are a waste of time, dear, I just posted the information for everyone to see.

    reply
    0
  • Cancelreply