# vscode ssh 無法使用 github copilot 要登入時會顯示登入失敗  ## 解法 ctrl + shift + p -> Preferences: Open Remote Settings (JSON) (SSH: ...) 貼上以下 ```json { "remote.extensionKind": { "GitHub.copilot": [ "ui" ], "GitHub.copilot-chat": [ "ui" ], }, } ```  ctrl + shift + p ->Developer: Reload window 成功登入  參考資料 * https://github.com/orgs/community/discussions/52369
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up