Connecting to Git?

gtfields13

Well-known member
I have been completely frustrated in my attempt to use Github as version control for KiCad projects. I am using KiCad 9, and Mac (Tahoe). What I don't understand is how to overcome errors when I attempt to add a project to version control. If I use username and password, I can get to a point where I can Commit Files, but if I try Pull I get an error :"Could not connect to remote 'origin': remote authentication required but no callback set"

If anyone is willing to help, I would appreciate some pointer in how I am supposed to connect. I haven't found any online help that matches what I see in the app, or what happens. There is always the step, not shown, that I can't see how to execute...
 
For what it's worth, I've been completely unable to add new projects via the KiCad UI.

I have gotten it working by making the initial commit from the command line -- once I do that, I've been able to
use the KiCad UI. I think if you get the command line tools working without authentication, the
integration in KiCad should work for you.
 
Back
Top