問(wèn)題描述

image.png
解決辦法:
1.修改下載方式-https改為ssh
把
git clone "https://github.com/hyperledger/fabric.git"
改成
git clone "git@github.com:hyperledger/fabric.git"
2.修改git 傳輸字節(jié)限制
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 傳輸字節(jié)限制
git config --global http.postBuffer 524288000