You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
I got this message from VS Code after connecting to the workspace: SSH keys were forwarded but we were unable to access the git repo!
Is there anyway to debug this issue? The key is forwarded correctly as I can manually fetch/push with a terminal. It seems that the StrictHostChecking no option is not present in the host config, thus the connection "probably" fails due to The authenticity of host 'github.com ()' can't be established. error, but I have no way to confirm this.
The text was updated successfully, but these errors were encountered:
❓ Questions/Help/Support
I got this message from VS Code after connecting to the workspace:
SSH keys were forwarded but we were unable to access the git repo!
Is there anyway to debug this issue? The key is forwarded correctly as I can manually fetch/push with a terminal. It seems that the
StrictHostChecking no
option is not present in the host config, thus the connection "probably" fails due toThe authenticity of host 'github.com ()' can't be established.
error, but I have no way to confirm this.The text was updated successfully, but these errors were encountered: