问题
I noticed the fix on the below thread for windows 7 but I am seeing it on windows 10, multiple boxes at my work and others reporting on gitkraken slack channel.
Anyone fixed this on windows 10?
Windows 7 thread link: GitKraken And Github - failed to get server certificate: The handle is in the wrong state for the requested operation
回答1:
Credit to Kef in the comments.
Changing the remote origin from https
to http
fixed it for me.
Disclaimer: I do not know if this has any side effects. If it does, please let me know in the comments.
How to change the remote origin address in gitkraken:
You can change it from https by checking the left navigation bar and clicking the 3 dots
button next to the remote origin. (Image)
After that click edit origin.
Here you can see the pull
and push
addresses. Changing those from https
to http
fixed it for me.
来源:https://stackoverflow.com/questions/49308343/windows-10-gitkraken-and-github-failed-to-get-server-certificate-the-handle-i