You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.