I am currently accessing a private repository on Github using the https Oauth mechanism found here.
Using this Oauth mechanism works fine cloning a repository when I use the certificateCheck similar to the clone.js example
I am also trying to use a similar mechanism to push a new commit to the remote repository, but this certificateCheck mechanism does not seem to exist. I current see a Error: The SSL certificate is invalid when trying to do a push.
I can provide a code sample if needed, but thought maybe there was short answer to this question.
Thanks for any help that anyone can provide.
I am currently accessing a private repository on Github using the
httpsOauth mechanism found here.Using this Oauth mechanism works fine cloning a repository when I use the
certificateChecksimilar to the clone.js exampleI am also trying to use a similar mechanism to push a new commit to the remote repository, but this
certificateCheckmechanism does not seem to exist. I current see aError: The SSL certificate is invalidwhen trying to do a push.I can provide a code sample if needed, but thought maybe there was short answer to this question.
Thanks for any help that anyone can provide.