Installing 1.2.2 causes this error: curl-ca-bundle.crt': No such file or directory
See original GitHub issueDescription
Updating to 1.2.2 causes this error:
fatal: unable to access 'https://github.com/GiantArmy/US.git/': schannel: failed to open CA file 'C:/Users/Dan/AppData/Local/GitHubDesktop/app-1.2.2/resources/app/git/mingw64/bin/curl-ca-bundle.crt': No such file or directory
Reverting to 1.0.10 (an old copy I had on my computer) makes everything work again.
Version
- GitHub Desktop: 1.2.2
- Operating system: Windows 10
Expected Behavior
Actual Behavior
Additional Information
- Uninstalling and reinstalling didn’t fix it.
- Error comes back if I let the 1.0.10 version update to 1.2.2.
- Deleting the whole folder (C:\Users\Dan\AppData\Local\GitHubDesktop) and reinstalling didn’t fix it either.
- I also tried to just re-Clone the repository, that didn’t work either. Same error right away.
- Currently having to reinstall 1.0.10 everytime I need to use it as it auto updates to 1.2.2.
Logs
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Curl Certificate Error when Using RVM to install Ruby 1.9.2
3: No such file or directory Configuring yaml in /Users/willdennis/.rvm/src/yaml-0.1.3. ERROR: Error running ' ./configure --prefix="/ ...
Read more >Problem installing 'rhdf5': g++: error: [1]: No such file or directory
Hi all, I'm trying to install the qvalue package on my account on the server. But, when I typed the following commands: <pre>...
Read more >OpenVPN don't start: --cert fails with 'client.crt': No such file or ...
Your problem is that the service startup file for CentOS will try to run any config file that's in /etc/openvpn - after all,...
Read more >Problem with curl.exe (Windows) and package installation
If you're using the curl command line tool on Windows, curl will search for a CA cert file named “curl-ca-bundle.crt” in these directories...
Read more >Compilation Error with StanHeaders: no such file or directory
Description: I am a new Stan user and had no problem with installation of all dependencies. However, when I try to run a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@DanDixon can you remove this entry from the
C:\ProgramData\Git\config
file? I don’t believe this is necessary any more, and should address the issue.I’m getting this on Github Desktop 1.2.3.
I removed:
From the config file and all works well now. I’m glad I found this thread.