Gitee: How to quickly download resources from Github

First of all, let's take a look at the git family

What are Git, Github, Gitlab, Gitee, and Git-ce?
Git is a version control system, a command, and a tool.
GitHub is a repository for online code hosting based on git. It is open to the Internet, and the enterprise version requires payment.
gitlab is similar to github. It is generally used to build git private servers in enterprises, and you need to set up the environment yourself.
gitee is the code cloud, which is free for enterprises to use by oschina, without having to build the environment by yourself.
git-ce is the community edition, and gitlab-ee is the enterprise edition, which is a paid edition.

Next we get to the point

I used to have a big head because of the slow download problem. Github is really a good code repository, but the download speed is too slow! ! So, I have been thinking about how to download from Github quickly and conveniently ?

Now let me introduce a plan to you

What we are going to use is the Github website ( nonsense ) and the Gitee introduced above . The principle is to transfer the code from Github to Gitee and then we go from Giteeforkgit clone

1. First, find a project from Github that we need Orz (here I use seetaface6 as an example)
Github

2. Then we register an account on Gitee, I won’t talk about the registration process ( everyone knows it )

insert image description here
3. Copy the address of the project in Github

insert image description here
4. Choose to add project in our Gitee, and choose to import from Github warehouse

insert image description here
insert image description here
5. Paste our link and fill in the description

insert image description here

6. Import

insert image description here

7. After the import is successful, a webpage similar to Github will appear

insert image description here

8. Click Clone or Download to enjoy extreme speed

insert image description here
After sharing, feel happy! ! !

Guess you like

Origin blog.csdn.net/m0_46197553/article/details/105346546