-
Beta Was this translation helpful? Give feedback.
Answered by
shock-pro
Jul 6, 2021
Replies: 2 comments 2 replies
-
Update: I was able to fix this issue by first installing the "Git for Windows", And that fixed the Git issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
upsj
-
Hi Yuhsiang!
Here is the error about the certificates:
[image: image.png]
Fixed with:
$ git config --global http.sslverify "false"
Regards,
…On Tue, Jul 6, 2021 at 3:35 PM Yuhsiang M. Tsai ***@***.***> wrote:
glad to hear you already solve it.
and thanks for providing the solution!
if you have the error related to Git certificates, could you also paste it?
It will be helpful to others facing the same problem.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#823 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASNY4BO2LPNO5AL7VGDFZITTWNSJHANCNFSM475EVUPQ>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update: I was able to fix this issue by first installing the "Git for Windows",
after that I got an error related to Git certificates, so I had to disable this with:
$ git config --global http.sslverify "false"
And that fixed the Git issue.
Cheers,