Kicad 9.0 Git integration does not work

Hello, I’m having troubles getting the Git integration to work on Kicad. I have a remote private repo on Github and I want to clone on my local machine using the web URL. The problem is that I cannot authenticate myself in Kicad.

When I press the test button to check the credentials, I always get the following error message

Screenshot 2025-03-04 110445

I both tried to use my username (the one I see on the top right corner of Github) and my email to login but it always fails to connect. What am I doing wrong?

github dropped support for simple username login.
What you need todo is generate an access token. How you then add this to kicad is an interesting quesion

You should just use the access token as your password along with your username

Ok, than you! By using my access token I managed to clone the repo. But now, when I try to push the changes I made on my project after the commit, I receive this error.

image

In this sentence “Parametro non corretto” can be translated as “Wrong parameter”.

@nexilica Can you report a bug to Gitlab with the details of your connection?

@Seth_h Bug reported to Gitlab. What do you mean for “details of my connection”? I don’t think this issue is linked to my connection since with Tortoise I can clone, commit and push without any issue.