使用git clone:
使用git clone等:
git clone https://hjxbing.eu.org/https://github.com/xxxx/xxxx
访问私有仓库可以通过:
git clone https://user:[email protected]/https://github.com/xxxx/xxxx
git设置自动使用加速:
git config --global url."https://hjxbing.eu.org/https://github.com/".insteadOf
"https://github.com/"
git取消自动使用加速:
git config --global --unset
url."https://hjxbing.eu.org/https://github.com/".insteadOf