If you don’t need the full history and just the latest version, you can git clone --depth=1
If you really need all the history records, in addition to finding a domestic git hosting website as @公子 said, you can also clone it with your own foreign VPS (if available), and then package it and pull it back locally.
I usually make a script and download it on the company's computer. After downloading, I make a tar file and copy it to the required computer and then unpack it.
If you don’t need the full history and just the latest version, you can
git clone --depth=1
If you really need all the history records, in addition to finding a domestic git hosting website as @公子 said, you can also clone it with your own foreign VPS (if available), and then package it and pull it back locally.
First remotely clone to gitcafe or ustc lug git, and then clone from there. After cloning it, just enter the
.git/config
file and modify the address.I usually make a script and download it on the company's computer. After downloading, I make a tar file and copy it to the required computer and then unpack it.
Clone a US vps, and then download the packaged ftp breakpoint to the local computer.