question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installing 1.2.2 causes this error: curl-ca-bundle.crt': No such file or directory

See original GitHub issue

Description

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.

2018-05-30 19_29_23-start

Logs

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
shiftkeycommented, May 31, 2018
file:"C:\ProgramData/Git/config" http.sslcainfo=/bin/curl-ca-bundle.crt

@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.

2reactions
MattGyverLeecommented, Jun 19, 2018

I’m getting this on Github Desktop 1.2.3.

I removed:

[http] sslCAInfo = C:/Program Files (x86)/Git/mingw32/ssl/certs/ca-bundle.crt

From the config file and all works well now. I’m glad I found this thread.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found