I'm new using Github. And today I try to contribute to a private repository(which I am already added as contributor) and set up connections in terminal using:
$ git clone git@github.com:myusername/EFIapi.git
But it returns an error as below:
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.
How can I fix this? Many thanks!