"Could not connect to repository github" get while i am trying to connect "Pull Requests" section in InteliJ IDE #158818
Replies: 4 comments
This comment was marked as spam.
This comment was marked as spam.
-
I am facing the same issue in pycharm. @kkithmina did you find a solution to this by any chance? |
Beta Was this translation helpful? Give feedback.
-
I had the same issue. In my case, it was caused by missing permissions on the GitHub token. I fixed it by generating a new fine-grained token with the right scopes: Repository access: selected the repo Permissions:
Then I removed the old GitHub account from IntelliJ (Settings > Version Control > GitHub), added the new token, and restarted IntelliJ. The "Pull Requests" tab started working again. If you're still stuck, check if your network or firewall is blocking access to GitHub’s API. I got a similar error once due to network restrictions. |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hi All,
I got an error while i am try to connect through "Pull Request" section at left side of my InteliJIDE saying like this
"Could not connect to repository github.com/kkithmina/TerryJavaU with account github.com/kkithmina Request response: Access to this site has been restricted. If you believe this is an error, please contact https://support.github.com"
I tried to authorized github via Intelij through webpage and it get worked and also there is another option to generate token access and i generated token and paste it and hit the login button but i get same message, How should i solve this?
In the meantime, push and commit functions are working and my repo is also updating realtime,

Beta Was this translation helpful? Give feedback.
All reactions