1. 程式人生 > >githubDesktop更新報錯

githubDesktop更新報錯

報錯資訊如下:

fatal: unable to access 'https://github.com/younne0915/Destiny2.git/': schannel: failed to open CA file 'C:/Users/Administrator/AppData/Local/GitHubDesktop/app-1.3.3/resources/app/git/mingw64/ssl/certs/ca-bundle.crt': No such process

開啟"C:\ProgramData\Git\config"如下圖

可以看到該報錯跟sslCAInfo資訊是一樣的,是找不到該路徑下的檔案,可以開啟一下C:/Users/Administrator/AppData/Local/GitHubDesktop這個目錄,找到裡面其他版本的GitHubDesktop,有沒有ca-bundle.crt檔案,我的如下圖

我查看了app-1.4.2版本的,裡面有ca-bundle.crt檔案,把sslCAInfo改成

sslCAInfo = C:/Users/Administrator/AppData/Local/GitHubDesktop/app-1.4.2/resources/app/git/mingw64/ssl/certs/ca-bundle.crt就好了