Failed to initiate the GitHub login process. Please try again
关于在idea中安装github copilot插件后,需要登陆进行授权却报错了:
Failed to initiate the GitHub login process. Please try again。
这个坑太难受了,我也是找了很多地方才找到。
解决办法
打开idea界面,点击
help -> edit vm properties
在vm.properties文件中加一句:
-Dcopilot.agent.disabled=true
再重启一下idea就ok啦!
网上有些说下载copilot 1.1.20版本的zip,然后core-1.1.20去替换自己idea安装根路径(\IdeaIC2022.1\plugins\github-copilot-intellij\lib)下的core-x.x.xx文件。这个方法前段时间是可以的,但是自从2022-7-19,copilot 1.1.28.1744版本之后,这个方法就失效了。
版权声明:本文为weixin_44224366原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。