Host key verification failed
If you delete the known_hosts file, you will encounter the following situations when operating vscode.
How to fix?
1 2
| $ ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
|
After completion, you can continue to operate vscode.