Uploading to Madcap Central using command line Git

Post Reply
oceanclub
Sr. Propeller Head
Posts: 277
Joined: Thu Oct 10, 2013 4:45 am
Location: Dublin

Uploading to Madcap Central using command line Git

Post 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
JupiterJones
Propeller Head
Posts: 42
Joined: Fri May 23, 2008 2:09 am

Re: Uploading to Madcap Central using command line Git

Post 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
Post Reply