Pycharm Error by sharing project on GitHub #144063
Replies: 1 comment 1 reply
-
Hi Timo! It sounds like you're experiencing a permissions or connectivity issue between PyCharm and GitHub. Here are some steps you can try to resolve it:
Go to File > Settings > Version Control > GitHub (or Preferences on Mac). Remove the existing GitHub account, then add it back by re-authenticating with your GitHub credentials.
If you're behind a proxy, make sure PyCharm is configured to connect through it. Go to File > Settings > Appearance & Behavior > System Settings > HTTP Proxy and configure your proxy settings accordingly.
Open a terminal in PyCharm or your system terminal and try pushing your project to GitHub using Git commands: git remote add origin https://github.com/username/repository.git If this works, it may be a PyCharm-specific issue, in which case reinstalling or updating PyCharm might help.
If the issue persists, reach out to GitHub Support directly at |
Beta Was this translation helpful? Give feedback.
-
Hello everyone
I have a problem with Pycharm:
I have developed a project there and would now like to share it on github using the share project on github function.
Problem: I go to the corresponding window, select my account and click on “share”, I get the error: “Cannot load informations for github.com/username:Request response: Access to this site has been restricted. If you belive this is an error, pleas contact support.github.com.
Please help me.
Timo
Translated with DeepL.com (free version)
Beta Was this translation helpful? Give feedback.
All reactions