Page 1 of 1

Uploading to Madcap Central using command line Git

Posted: Tue Feb 01, 2022 10:09 am
by oceanclub
I was wondering if it's possible to upload to Madcap Central via the command line.

With a local copy of a master branch that has been uploaded to Central, I tried creating a branch off it, and then uploading that branch, but get the following error:

fatal: unable to access 'https://git.madcapcentral.com/58f55c5d4 ... redoc.git/': SSL certificate problem: unable to get local issuer certificate

Any help on what I need to do?

Regards

Paul

Re: Uploading to Madcap Central using command line Git

Posted: Wed Feb 15, 2023 3:31 am
by JupiterJones
I ran the git command setting up the global ssl backend:

git config --global http.sslbackend schannel

Then it worked.


Source:
https://gist.github.com/andr0id1/39ef47 ... 4cb13f19d4