Ericsson / eva

EVA is a web-based tool for efficient annotation of videos and image sequences and has an additional tracking capabilities
BSD 2-Clause "Simplified" License
121 stars 25 forks source link

Cannot clone project #22

Closed timurhamzin closed 3 years ago

timurhamzin commented 3 years ago

Hi! I haven't been able to download the project neither via shell nor through the link on github. Here's the shell log on my Windows 10 machine:

Cloning into 'eva'...
remote: Enumerating objects: 3272, done.
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
manishs17 commented 3 years ago

Probably not a repo issue,

https://stackoverflow.com/questions/46232906/git-clone-error-rpc-failed-curl-56-openssl-ssl-read-ssl-error-syscall-errno

timurhamzin commented 3 years ago

It was a git problem, solved it by using git-bash instead of Windows shell. Thank you.