Github set up private repository contributor error: fatal: Could not read from remote repository

Github set up private repository contributor error: fatal: Could not read from remote repository

我是 Github 的新手。今天我尝试为一个私有存储库做贡献(我已经添加为贡献者)并使用以下方式在终端中设置连接:

$ git clone git@github.com:myusername/EFIapi.git

但是 returns 错误如下:

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.

我该如何解决这个问题?非常感谢!

问题已通过在 Mac 上使用相同的代码解决。以前使用 windows,不会通过。不知道为什么....任何人都知道为什么 windows 无法处理这个?