我試圖同時使用Github上桌面和git的外殼從GitHub克隆,但不斷收到此錯誤:的Git - 吊銷功能無法檢查吊銷證書
Cloning into 'C:\Users\John Doe\workspace\MyProject'...
fatal: unable to access 'https://github.com/JohnDoe/MyProject.git/':
schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) -
The revocation function was unable to check revocation for the certificate.
同樣的問題時,拉動現有的存儲庫。
我已經嘗試將~/.ssh/github-ssh.pub
中找到的SSH密鑰上傳到Github設置,但它沒有任何幫助。
編輯:剛剛檢查,即使我嘗試克隆不存在的存儲庫,也會發生。
要使用ssh密鑰,您需要將URL從'https:// github.com/JohnDoe/MyProject.git'更改爲'[email protected]:JohnDoe/MyProject.git'。 – phd