The fastest speed in the whole network - use git to import from the remote library of github official website to the local library

Today, I have been trying to import the remote library from the github official website to my local library all afternoon, but everyone knows that github is a foreign official website, and the domestic access speed is too slow (average 10KB/s), I am really convinced , when the update reached 80%, the remote terminal directly hung up, and my mentality collapsed at that time! ! ! Not much nonsense, just share the shortcut with you:

1. Since our access to foreign official websites is too slow, it is very simple, just give up and choose the Chinese code hosting platform - Code Cloud

URL: https://www.oschina.net/?nocache=1597411911915

This website is a code management office in China, which is associated with github. Just transfer the remote library of github to the official website of Code Cloud, directly above:

Just select the github account to log in.

2. After logging in, you will enter a page and see your home page

3. Then enter the connection between gitee and github

4. The most important step is to associate the github official website remote library with the gitee library

5. Finally, import the project on GitHub to Code Cloud, and then use the git clone xxxx.git command to download the code. After this operation, you will find that the download speed is significantly accelerated. (You may need to wait for the import time. I checked the next day and it shows that it has been successful)

The code word is not easy, I hope it can help everyone.

Guess you like

Origin blog.csdn.net/hacker_NO_007/article/details/108014440