SSLCertVerificationError #65
-
I've set up
with the PAT. When I try to run
I remember seeing this issue when a PAT expires, but since this is a new PAT I'm not sure what else to do. Any suggestions? I'm using git 2.38.0 and python 3.10. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I'm not too familiar generally but seems like your system python doesn't have certificates set up. try
pip install --upgrade certifi
open /Applications/Python\ 3.10/Install\ Certificates.command Which i got from here https://stackoverflow.com/questions/52805115/certificate-verify-failed-unable-to-get-local-issuer-certificate |
Beta Was this translation helpful? Give feedback.
-
Thanks Jerry! Running the Install Certificates.command file worked for me. |
Beta Was this translation helpful? Give feedback.
-
I also ran into this issue on The following worked for me:
|
Beta Was this translation helpful? Give feedback.
I'm not too familiar generally but seems like your system python doesn't have certificates set up. try
pip install --upgrade certifi
open /Applications/Python\ 3.10/Install\ Certificates.command
Which i got from here https://stackoverflow.com/questions/52805115/certificate-verify-failed-unable-to-get-local-issuer-certificate