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
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
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.
In this sentence “Parametro non corretto” can be translated as “Wrong parameter”.
@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.