日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學(xué)無先后,達(dá)者為師

網(wǎng)站首頁 編程語言 正文

git clone報RPC failed; curl 18 transfer closed with outstanding read data remaining

作者:langyalaoa 更新時間: 2022-02-11 編程語言

如果項目太大無法clone,執(zhí)行以下命令

git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
git config --global http.postBuffer 5524288000


如果還是無法clone,執(zhí)行以下命令

git clone --depth=1 https://xxx.com/xxx.git
git fetch --unshallow

如果無法切換到dev分支,執(zhí)行以下命令

git checkout -b dev
git checkoout dev
git pull origin dev --allow-unrelated-histories

原文鏈接:https://blog.csdn.net/langyalaoa/article/details/119352253

欄目分類
最近更新