https:/问题解析remote: Total 10021 (delta 0), reused 0 (delta 0), pack-reused 10021 Receiving objects: 1


86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric
$ git init
Initialized empty Git repository in F:/22java40期/fabric/.git/

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git clone https://github.com/hyperledger/fabric-samples.git
Cloning into 'fabric-samples'...
fatal: unable to access 'https://github.com/hyperledger/fabric-samples.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ ^C

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git clone git://github.com/hyperledger/fabric-samples.git
Cloning into 'fabric-samples'...
fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$   The unauthenticated git protocol on port 9418 is no longer supported.
bash: The: command not found

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git clone https://github.com/hyperledger/fabric-samples.git
Cloning into 'fabric-samples'...
fatal: unable to access 'https://github.com/hyperledger/fabric-samples.git/': Failed to connect to github.com port 443: Timed out

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ env|grep -i proxy
ADSK_CLM_WPAD_PROXY_CHECK=FALSE

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git config --global --unset http.proxy

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git config --global --unset https.proxy

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git clone https://github.com/hyperledger/fabric-samples.git
Cloning into 'fabric-samples'...
fatal: unable to access 'https://github.com/hyperledger/fabric-samples.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git config --global http.postBuffer 524288000

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git clone https://github.com/hyperledger/fabric-samples.git
Cloning into 'fabric-samples'...
remote: Enumerating objects: 10021, done.
Receiving objects:  48% (4845/10021), 3.75 MiB | 94.00 KiB/s
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git config --global http.sslVerify "false"

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git clone https://github.com/hyperledger/fabric-samples.git
Cloning into 'fabric-samples'...
fatal: unable to access 'https://github.com/hyperledger/fabric-samples.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git config --global http.postBuffer 524288000

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git clone https://github.com/hyperledger/fabric-samples.git
Cloning into 'fabric-samples'...
fatal: unable to access 'https://github.com/hyperledger/fabric-samples.git/': Failed to connect to github.com port 443: Timed out

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git config --global http.proxy http://127.0.0.1:1080

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git clone https://github.com/hyperledger/fabric-samples.git
Cloning into 'fabric-samples'...
fatal: unable to access 'https://github.com/hyperledger/fabric-samples.git/': Failed to connect to 127.0.0.1 port 1080: Connection refused

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git clone https://github.com/hyperledger/fabric-samples.git
Cloning into 'fabric-samples'...
fatal: unable to access 'https://github.com/hyperledger/fabric-samples.git/': Failed to connect to 127.0.0.1 port 1080: Connection refused

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git config --global http.proxy
http://127.0.0.1:1080

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$  git config --global --unset http.proxy

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git config --global --unset https.proxy

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git config --global http.proxy

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git clone https://github.com/hyperledger/fabric-samples.git
Cloning into 'fabric-samples'...
fatal: unable to access 'https://github.com/hyperledger/fabric-samples.git/': Failed to connect to github.com port 443: Timed out

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git config --global --unset http.proxy

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git clone https://github.com/hyperledger/fabric-samples.git
Cloning into 'fabric-samples'...
remote: Enumerating objects: 10021, done.
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
//这里关闭代理之后,仍然报错,此时需要把网络改为自己的热点,一般在1M以上才正常,网速越来越小就是网有问题
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed



//前面大多数网上都能找到资料
86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ git clone https://github.com/hyperledger/fabric-samples.git
Cloning into 'fabric-samples'...
remote: Enumerating objects: 10021, done.
remote: Total 10021 (delta 0), reused 0 (delta 0), pack-reused 10021
Receiving objects: 100% (10021/10021), 18.80 MiB | 655.00 KiB/s, done.
Resolving deltas: 100% (5387/5387), done.

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)
$ ^C

86178@DESKTOP-MKK4P6V MINGW64 /f/22java40期/fabric (master)

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值