Reputation: 2080
I'm using the GitHub Desktop app to git a project I do with others.
I tried to make a test commit (just a text file) and commit works fine, but I'm unable to push.
What happens is I click push, then file explorer pops up. The git app just says
Find: 'explorer.exe': no such file or directory.
and it's stuck there forever, even if the change is just a line of txt file (and the whole project currently is just an empty android project). I'm sending a screenshot on the issue.
I did download the git app as well, not just the desktop. I would like to ask for assistance to be able to push my commits.
Upvotes: 0
Views: 618
Reputation: 358
I had the same problem, but it turned out I had some mining malware in my system.
If this is also your case, check following (or look also at github issue):
find: 'explorer.exe': no such file or directory.
appears, for a moment there blinks also find: 'SoundMixer.exe': no such file or directory.
cmd
, it just blinksSound Mixing Utility
and the github app itselfC:\Users\<User>\AppData\Roaming\Microsoft\SoundMixer\SoundMixer.exe
presentI followed this guide to remove it and now it is working again.
Upvotes: 2