git由于代码库太大,分支太大,克隆出错的方法

git clone --depth=1 https://gitee.com/kiyun/et_lower4_driver.git
git remote set-branches origin 'raspberrypi'
git fetch --depth 1 origin raspberrypi
git checkout raspberrypi

你可能感兴趣的:(git)