Failed to initiate the GitHub login process. Please try again. #128192
-
Select Topic AreaBug BodyPlease Kindly help me resolve this problem for GitHub Copilot plugin. I can use the plugin in my own laptop, but can't signin on the desktop in my company. I've check all available discussion in YouTrack and stackoverflow, but no solution works for me. I've also tried that Visual Studio is fine to suggest in-line and is fine to use copilot chat, so i think proxy is not the problem. Version Build #IU-241.17890.1, built on June 4, 2024 Runtime version: 17.0.11+1-b1207.24 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10.0 com.github.copilot (1.5.6.5692) Copilot policies Steps to Reproduce Click : Main Menu (on the left top corner) -> Tools -> GitHub Copilot -> Login to GitHub Expected Result Actual Result snapshot fail to login.PNG idea.log org.jetbrains.concurrency.MessageError: service is unavailable |
Beta Was this translation helpful? Give feedback.
Replies: 20 comments 23 replies
-
|
Copilot plugin update to latest version today: 1.5.7.5758 |
Beta Was this translation helpful? Give feedback.
-
|
Before 6/13, my personal laptop is OK to use plugin, and my PC in company is not work. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for reporting this issue. I've opened an issue and we will have a look at this very shortly. |
Beta Was this translation helpful? Give feedback.
-
|
Still got same error after 6/14 update: Failed to initiate the GitHub login process. Please try again. |
Beta Was this translation helpful? Give feedback.
-
|
For the user whose plugin not works on windows, Copilot team, please try to avoid this problem. |
Beta Was this translation helpful? Give feedback.
-
|
I had to install Nodejs to make the co-pilot work. |
Beta Was this translation helpful? Give feedback.
-
|
Hey, Adiel |
Beta Was this translation helpful? Give feedback.
-
|
This is happening to me now on 08/14, any solution to this problem? I just downloaded a copilot update and now it's giving this error. |
Beta Was this translation helpful? Give feedback.
-
|
For me, the problem was that path ..\testProj\build\idea-sandbox\IU-2024.2.0.1\plugins\github-copilot-intellij\copilot-agent\native\win32-x64\copilot-language-server.exe was too long for windows. dont put your project in a deep folder structure or with long folder names |
Beta Was this translation helpful? Give feedback.
-
|
I have this issue as well. I don't have 'run as administrator' enabled. The path was |
Beta Was this translation helpful? Give feedback.
-
|
reinstalling the plugin worked for me edit: just temporarily |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
I'm running NixOS and facing into the same problem. Any way to go about providing an alternative login method? Say a login link and manually inputting a login code? |
Beta Was this translation helpful? Give feedback.
-
|
Had the same issue on a windows machine. Find out, that the virus scanner was the problem. You can check this, by try to start the exe file in the plugin folder. On my end it was denied. Moved the plugins to another folder (https://www.jetbrains.com/help/rider/Directories_Used_by_the_IDE_to_Store_Settings_Caches_Plugins_and_Logs.html). After moving to another folder, which was not highly watched by the virus scanner, it worked. Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
|
Same issue now in ubuntu 24.04 |
Beta Was this translation helpful? Give feedback.
-
|
Same issue on Fedora 41, worked fine before updating to IntelliJ IDEA 2025.1.4.1 (Community Edition) and the latest copilot update. |
Beta Was this translation helpful? Give feedback.
-
|
It was fixed by accessing the GitHub profile and selecting some options
that weren’t previously checked. Apparently, new configuration parameters
were added to the user’s GitHub profile that hadn’t been set. After doing
that, it worked.
El El lun, 4 ago 2025 a las 11:54, Kalle Korhonen ***@***.***>
escribió:
… Same issue on Fedora 41, worked fine before updating to IntelliJ IDEA
2025.1.4.1 (Community Edition) and the latest copilot update.
—
Reply to this email directly, view it on GitHub
<#128192 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3H5BZJD75UUOAYPNBR6OSD3L4UVJAVCNFSM6AAAAABJFL6ZS6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGOJYGY3DCOA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
I'm experiencing the same problem and so far none of the fixes here worked. |
Beta Was this translation helpful? Give feedback.
-
|
Just update |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.






For the user whose plugin not works on windows,
notice that if ur IntelliJ is not 'run as administrator' but copilot agent at following path is 'run as administrator':
%APPDATA%\JetBrains\JetBrains\IntelliJIdea2024.1\plugins\github-copilot-intellij\copilot-agent\bin\copilot-agent-win.exe
The plugin's nodejs agent maybe does not have permission and will not be triggered, then plugin will not work.
Try to run IntelliJ and set copilot agent both with 'run as administrator' or both without the setting.
Copilot team, please try to avoid this problem.
No user modifies the agent as 'run as administrator' manually.
Maybe something ran by plugin change this setting?