【发布时间】:2021-04-19 08:18:37
【问题描述】:
当我尝试从 git 下载但出现一些错误时..
我的 ubuntu 操作系统:Virtual Box 上的 Ubuntu 16.04.7 LTS (xenial) (6.1.10.R138449)
虚拟盒分配 RAM(9G) Virtual Box 分配的磁盘空间(200Gb) 英特尔酷睿 i7 9750H
$> git clone --depth 1 https://github.com/bryanyjs/u-boot-socfpga.git
Cloning into 'u-boot-socfpga'...
remote: Enumerating objects: 8387, done.
remote: Counting objects: 100% (8387/8387), done.
remote: Compressing objects: 100% (7815/7815), done.
error: inflate: data stream error (incorrect data check)
fatal: pack has bad object at offset 381928: inflate returned -3
fatal: index-pack failed
but i use Window 10 CMD(Command) Works well..
有人帮忙吗??
Virtual Box(Ubuntu网速测试结果)
我认为互联网速度足够......
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
Retrieving speedtest.net configuration...
Testing from Korea Telecom (210.113.72.51)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by _0rze (Fukuoka) [541.62 km]: 71.874 ms
Testing download speed................................................................................
Download: 48.84 Mbit/s
Testing upload speed...............................................................................................
.Upload: 47.17 Mbit/s
【问题讨论】: