0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Github Copilot】Sign in with GHE.comと表示された時の対処法

Posted at

環境

  • Visual Studio Code
  • GitHub Copilot
  • GitHub Copilot Chat

状況

  • Copilot Chatを立ち上げたら、Sign in to GHE.comと表示された
  • Sign in with a GitHub.com accountが反応しない
    image.png
  • ログに[certificates] Removed xxx expired certificatesと表示された
    image.png

対処法・解決方法

  1. 設定を開く (Ctrl+,)
  2. github.copilot.advancedと入力
  3. Edit in settings.jsonをクリック
  4. 以下の通りに変更する ("authProvider": "github-enterprise"の部分を削除)
    変更前
    "github.copilot.advanced": {
        "authProvider": "github-enterprise"
    }
    
    変更後
    "github.copilot.advanced": {
    }
    

なぜこうなったのか

正直よく分からない。
気付かぬ間に誤ったショートカットを踏んだのかもしれないし、プロンプト(LLMのではなく)が表示された時に押し間違いをしてしまったのかもしれない。

エラーや状況から一発で解決にたどり着くことが出来ず、やや手間取った。
今後同じ目に遭った人の為に書き残しておく。

参考サイト

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?