当我尝试推送到gist.github.com,而推送到所有常规存储库时,是什么导致了这个错误?

当我尝试推送到gist.github.com,而推送到所有常规存储库时,是什么导致了这个错误?,github,sha,gist,Github,Sha,Gist,为什么会发生这种情况?这是一个秘密要点,我从下面的代码块中删除了PII: user@NT696918742080085 MINGW64 ~/AppData/Roaming/Code/User (master) $ git push -u origin master The authenticity of host 'gist.github.com (xxx.xxx.xxx.xxx)' can't be established. RSA key fingerprint is SHA256:xxxx

为什么会发生这种情况?这是一个秘密要点,我从下面的代码块中删除了PII:

user@NT696918742080085 MINGW64 ~/AppData/Roaming/Code/User (master)
$ git push -u origin master
The authenticity of host 'gist.github.com (xxx.xxx.xxx.xxx)' can't be established.
RSA key fingerprint is SHA256:xxxxxxxxxxxxxxxxxxxxxxxxxx.
Are you sure you want to continue connecting (yes/no/[fingerprint])? no
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

首先检查您的密钥是否被正确识别:

ssh -Tv git@github.com
然后,在“”之后,再次检查gist SSH URL,或尝试(使用)HTTPS URL。

可能会有所帮助。