I have an issue with PyCharm Pro and cloning the git (GitHub) repository. The problem is on 2 computers, all with Windows 10 Pro.
I can add a GitHub account in PyCharm. The account is found and I can see all of my repo. When I do a git clone, PyCharm asks how to log in to GitHub (choice of log in via GitHub or Use Token). But my account is already connected in PyCharm... If I select one of the 2 options and give right informations (again), I have a message :
"Clone failed unable to access 'https://github.com/.../repo.git/': The requested URL returned error: 400 show details in console"
when I see the details in console, I have this :
"15:22:18.748: [pythonProject] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false init Initialized empty Git repository in .../pythonProject/.git/
If I clone my repo with the console, I have no problem. Only happens under PyCharm. I tried with account log or token, the problem is still the same.
I tried a different version of PyCharm, but the problem is still the same. I do not understand what is wrong...