所有git clone无论什么都出现错误,难道必须重装了吗。。。
git clone
If you encounter this kind of problem, you can try adding -v parameters to output more information.
-v
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
Https
telnet https://github.com/ 443
Test whether the network is normal.
Maybe it’s because the network is blocked.
Try git protocol instead of https protocol
Such questions are a waste of time, dear, I just posted the information for everyone to see.
If you encounter this kind of problem, you can try adding
-v
parameters to output more information.Determine whether it is a network problem. It seems that you cloned it through
Https
. It is recommendedTest whether the network is normal.
Maybe it’s because the network is blocked.
Try git protocol instead of https protocol
Such questions are a waste of time, dear, I just posted the information for everyone to see.