clone 不下来,什么原因?
λ git clone https://github.com/jackfrued/Python-100-Days
Cloning into 'Python-100-Days'...
remote: Enumerating objects: 160, done.
remote: Counting objects: 100% (160/160), done.
remote: Compressing objects: 100% (146/146), done.
fefatal: The remote end hung up unexpectedlyiB | 112.00 KiB/s
rror: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
atal: early EOF
fatal: index-pack failed
λ git clone git@github.com:jackfrued/Python-100-Days.git
Cloning into 'Python-100-Days'...
ssh_exchange_identification: read: Connection reset by peer
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
试试先
再 git clone