Copilot在PyCharm中配置一直显示waiting for github authentication的解决方案

目录

一、问题

二、解决方案


一、问题

根据官网的配置方式在Pycharm中安装Copilot,使用的版本为PyCharm 2022.1、Copilot 2022 - 1.1.23.1570(目前的最新版本):

copilot-docs/gettingstarted.md at main · github/copilot-docs · GitHub  官方提供的配置方式

登录Github账号验证时,会一直显示“waiting for github authentication”且无响应的情况:

Copilot在PyCharm中配置一直显示waiting for github authentication的解决方案_第1张图片

二、解决方案

https://github.com/github/feedback/discussions/16960    官方提供的解决方案

具体步骤:

  1. 将Copliot版本替换为旧版本:2022 - 1.1.20.1417,在此链接中下载压缩包文件:GitHub Copilot - IntelliJ IDEs Plugin | Marketplace
  2. 按照官方提供的方式在PyCharm通过本地安装插件的方式安装指定版本的Copliot:

    Copilot在PyCharm中配置一直显示waiting for github authentication的解决方案_第2张图片

  3. 重复登录Github账号验证的步骤,即可完成登录使用:

Copilot在PyCharm中配置一直显示waiting for github authentication的解决方案_第3张图片

Juliet 于 2022.05

你可能感兴趣的:(技术宅,pycharm,github,copilot)