0


pycharm 安装github copilot

我的pycharm版本是2022.1.4社区版

出现不能初始化

Failed to initiate the GitHub login process. Please try again.

安装最新版copilot插件,然后用1.20替换core jar

首先,pycharm最新版本(我的是2022.1),copilot安装最新版本,关闭pycharm

然后,下载copilot 1.1.20.1417版本文件(
地址
),并解压,找到github-copilot-intellij-1.1.20.1417\github-copilot-intellij\lib 路径下的core-1.1.20.jar 文件,同时复制它

接下来很关键,找到下面的路径,其中XXX是电脑的用户名

C:\Users\XXX\AppData\Roaming\JetBrains\IdeaIC2022.1\plugins\github-copilot-intellij\lib

将该路径中的core.jar文件,替换成 core-1.1.20.jar

最后,打开pycharm,至此就可以发现能够正常使用Copilot了。

可以下载后,用硬盘方式安装,比原来的速度快很多

插件下载地址
https://plugins.jetbrains.com/plugin/17718-github-copilot

关于copilot联网失败的问题,

可以给copilot-agent-win.exe 单独设置代理,推荐proxifier

具体的参考这篇文章
https://blog.csdn.net/qq_51204877/article/details/125070881

参考
https://www.pudn.com/news/62b0648dca7ee606dcd6f3ff.html

标签: pycharm github python

本文转载自: https://blog.csdn.net/nongcunqq/article/details/125974287
版权归原作者 nongcunqq 所有, 如有侵权,请联系我们删除。

“pycharm 安装github copilot”的评论:

还没有评论