gerror: RPC failed; result=35, HTTP code = 0 fatal: The remote end hung up unexpectedly
今天在centos7中進行下載以太坊客戶端的時候出現了一個問題,我在終端輸入以下的代碼
git clone https://github.com/ethereum/go-ethereum
然后出現了錯誤
正克隆到 'go-ethereum'...
error: RPC failed; result=35, HTTP code = 0
fatal: The remote end hung up unexpectedly
查找資料后發現只需要將https:改成git:即可
git clone git://github.com/ethereum/go-ethereum
再進行下載就發現能夠正常運行了
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/332149.html
標籤:區塊鏈
