Hi, I'm trying to clone OpenFASOC repo on my syste...
# ieee-sscs-dc-24
a
Hi, I'm trying to clone OpenFASOC repo on my system (No docker) but this errors happens:
Copy code
$ git clone --depth 1 <https://github.com/idea-fasoc/OpenFASOC.git>
Cloning into 'OpenFASOC'...
remote: Enumerating objects: 1565, done.
remote: Counting objects: 100% (1565/1565), done.
remote: Compressing objects: 100% (1083/1083), done.
Receiving objects:  13% (204/1565), 29.01 MiB | 46.00 Receiving objects:  13% (204/1565), 29.08 MiB | 41.00 KiB/s
fatal: the remote end hung up unexpectedlyMiB | 40.00 KiB/s
fatal: early EOF
fatal: index-pack failed
According to internet, it may be because the repo is too big, but I'm not sure of this. Does anyone knows how to fix this? Is required to clone this repo, or it may be installed directly with
pip
?
pip install openfasoc
m
@aquiles viza I’ve heard of intermittent git failures. Can you try 4 or 5 times (or maybe 10) and see if you get the same error?
a
I think it's also related with university internet bandwidth. In my pc there's no such error
👍 1