問題:
core源碼ref新API % git clone https://github.com/xxxx.git
Cloning into 'core'...
remote: Enumerating objects: 58033, done.
remote: Counting objects: 100% (1393/1393), done.
remote: Compressing objects: 100% (750/750), done.
error: 432 bytes of body are still expected6 MiB | 206.00 KiB/s
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
回答:
看起來在克隆倉庫時出現了錯誤。錯誤信息表明在讀取邊帶數據包時發生了意外斷開連接,導致提前結束和無效的索引包輸出。這可能是由網絡問題或遠程倉庫的問題引起的。您可以嘗試重新克隆倉庫,或檢查遠程倉庫是否存在任何問題