1
I am sending the commited files to the database, however it is not working, I am doing everything right but is giving the following message.
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags
origin master:master
fatal: unable to access 'MEU SITE': SSL certificate problem: unable to get local issuer certificate
Pushing to MEUSITE.GIT
Completado com erros, veja acima.
What may have caused the error ? And how to resolve ?
Are you connecting via HTTPS or SSH? I never used Bitbucket with git (only with Microsoft), but I remember that the process of connecting with SSH was more complicated than with HTTPS, involving certificates on the client side. With HTTPS all I had to do was enter my password.
– mgibsonbr
No, I know how I can look at it, to send it I use the Sourcetree
– Renan Rodrigues
this site I use to connect. https://[email protected]/meulogin/panel-admin-mc.git/
– Renan Rodrigues
I don’t know Sourcetree, I would have to look at their documentation. By the way, a quick search on Google showed me that this error is usually related to a problem with the certificate server, so forget what I said about customer certificates... I suggest searching Sourcetree options for a way to avoid SSL checking for your specific repository ("dangerous", but it would be a short-term solution).
– mgibsonbr
P.S. I found that on Atlassian’s own website, see if it helps...
– mgibsonbr
Is the link was not so helpful to me, will it be because I’m with site on wamp www ?
– Renan Rodrigues