git clone报错处理

wget --no-check-certificate https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.25.2.tar.gz
cd git-2.25.2
make configure
./configure --prefix=/usr/

make -j 20
make install

 

wget --no-check-certificate  https://github.com/git-lfs/git-lfs/releases/download/v3.5.1/git-lfs-linux-amd64-v3.5.1.tar.gz

 

 

https://stackoverflow.com/questions/38618885/error-rpc-failed-curl-transfer-closed-with-outstanding-read-data-remaining

 

git config --global url."https://".insteadOf "git://"

git config --global http.postBuffer 524288000

git config --global http.maxRequestBuffer 524288000

git config --global core.compression 0

 

posted on 2024-07-04 22:12  吃草的青蛙  阅读(4)  评论(0编辑  收藏  举报

导航