GitHub 캐시 가속 웹 사이트, 개발자 서비스 (git2.0+사용)

대형 모델 기반 채팅 및 코드 생성
빠른 시작하기

git clone 명령에 gitclone.com 복제된 주소에 포함하기만 하면 됩니다

방법 1(URL 대체)

git clone https://gitclone.com/github.com/tendermint/tendermint.git

방법 2(git 매개 변수 설정)

git config --global url."https://gitclone.com/".insteadOf https://

git clone https://github.com/tendermint/tendermint.git

방법 3(cgit 클라이언트 사용)

cgit clone https://github.com/tendermint/tendermint.git

효과가 유의합니다

첫 번째 클론은 github에서 캐시되어야 하며 나중에 복제를 캐시에서 직접 가져옵니다

git clone https://gitclone.com/github.com/tendermint/tendermint.git

캐시 가속

github 코드 베이스를 캐시합니다

캐시는 github에서 캐시를 동기화하는 데 사용됩니다

go get과 같은 명령에 대해 가속합니다

코드 호스팅

gogs 기반 코드 베이스 기술 관리 코드입니다

github에서 코드 베이스를 빠르게 미러링합니다

프로젝트 코드를 빠르게 탐색할 수 있습니다

공동 개발

git clone을 사용할 때마다 캐시가 생성됩니다

다음에 개발자가 캐시를 사용할 때

분산 github 캐싱 기술을 기반으로 합니다