Github鏡像網站


目前已知Github國內鏡像網站有github.com.cnpmjs.org和git.sdut.me/。速度根據各地情況而定,在clone某個項目的時候將github.com替換為github.com.cnpmjs.org即可。
還有 https://hub.fastgit.org/
示例
//這是我們要clone的
git clone https://github.com/xxx/xxx

//使用鏡像
git clone https://github.com.cnpmjs.org/xxx/xxx

//或者

//使用鏡像
git clone https://git.sdut.me/xxx/xxx


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM