问题描述

image.png
解决办法:
1.修改下载方式-https改为ssh
把
git clone "https://github.com/hyperledger/fabric.git"
改成
git clone "git@github.com:hyperledger/fabric.git"
2.修改git 传输字节限制
git config --global http.postBuffer 524288000
1.修改下载方式-https改为ssh
把
git clone "https://github.com/hyperledger/fabric.git"
改成
git clone "git@github.com:hyperledger/fabric.git"
2.修改git 传输字节限制
git config --global http.postBuffer 524288000