之前試過hosts的方法沒有起作用国夜,這里介紹一種曲線救國的方法
使用 GitHub緩存加速網(wǎng)站 加速clone github上的項目
設置git超時參數(shù)
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
方法一(直接clone)
git clone https://gitclone.com/github.com/tendermint/tendermint.git
方法二(設置git參數(shù))
git config --global url."https://gitclone.com/".insteadOf https://
git clone https://github.com/tendermint/tendermint.git