Connection closed by 82.94.226.107 port 22

I’m following Tools/Pull Requests - Blender Developer Wiki to create a pull request. I got to the Test part but when trying to use git fetch me I get the following message:

The authenticity of host 'projects.blender.org (82.94.226.107)' can't be established.
RSA key fingerprint is SHA256:ny+vcWlA5GVdVJFduVmBIyCthgqmNAXdNShi/QSv//U.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'projects.blender.org' (RSA) to the list of known hosts.
Connection closed by 82.94.226.107 port 22
fatal: Could not read from remote repository.

What did I do wrong?

What’s the output of git remote -v ?

It’s

me      [email protected]:Hoshinova/blender.git (fetch)
me      [email protected]:Hoshinova/blender.git (push)
origin  https://projects.blender.org/blender/blender.git (fetch)
origin  https://projects.blender.org/blender/blender.git (push)

But after I used git fetch me again there wasn’t an error anymore so I it works now I guess?

hey if it works, you’re good :slight_smile: