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.

After restarting my client following a desktop client update prompt, I can no longer Fetch Origin

See original GitHub issue

Description

image

Version

  • GitHub Desktop:

image

  • Operating system:

Windows 7 professional.

Steps to Reproduce

  1. I restarted the GH desktop client after noticing a prompt that there was a new update.
  2. I made a change to content in a repo.
  3. Now when I click fetch Origin I get the error above. I have not touched my properties, my password or anything.

Expected Behavior

Fetch original to work as normal.

Actual Behavior

Additional Information

Logs

2018-05-30.desktop.production.log

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:10
  • Comments:51 (20 by maintainers)

github_iconTop GitHub Comments

13reactions
salihyalcincommented, Jun 1, 2018

Okey I just remove lines below and everything works like a hero. 👍 Thanks

[http]
   sslCAinfo = /bin/curl-ca-bundle.crt
8reactions
shiftkeycommented, May 31, 2018

@michellepurcell this is the problem entry:

[http]
sslCAInfo = C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt

If you delete those two lines, Desktop should be back to a happy place. I’m also curious if there’s another tool which is adding these lines back in - are there any other tools you have installed that have Git integration?

Read more comments on GitHub >

github_iconTop Results From Across the Web

git pull fails "unable to resolve reference ... - Stack Overflow
Trying to git pull after deleting the first file returned fatal: update_ref failed for ref 'HEAD': cannot lock ref 'HEAD': unable to resolve...
Read more >
[FIXED] A breakpoint has been reached (Error 0x80000003)
Let's fix "The exception Breakpoint. A breakpoint has been reached. (0x80000003) occurred in the application at location…" issue.
Read more >
Configure Automatic Updates by Using Group Policy
If you want to refresh Group Policy sooner, you can go to a command prompt on the client computer and type: gpupdate /force....
Read more >
Set Chrome policies for users or browsers - Google Support
For administrators who manage Chrome policies from the Google Admin console. ... Many settings allow you to enforce a policy that users cannot...
Read more >
How do I force git pull to overwrite local files? - Tower Git Client
The reason for error messages like these is rather simple: you have local changes that would be overwritten by the incoming new changes...
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