andy-5 / wslgit

Use Git installed in Bash on Windows/Windows Subsystem for Linux (WSL) from Windows and Visual Studio Code (VSCode)
MIT License
1.18k stars 59 forks source link

fatal: bad revision '"--grep=Merge remote"' in Android studio #55

Closed ghost closed 5 years ago

ghost commented 5 years ago

Android studio :3.2.1

details:

Command line: [git -c core.quotepath=false -c log.showSignature=false log --pretty=format:%x01%x01%H%x02%x02%P%x02%x02%ct%x02%x02%an%x02%x02%ae%x02%x02%d%x03%x03 --encoding=UTF-8 --decorate=full HEAD --branches --remotes --tags "--grep=Merge remote" --fixed-strings --regexp-ignore-case --]
com.intellij.openapi.vcs.VcsException: fatal: bad revision '"--grep=Merge remote"'

image

I set WSLGIT_USE_INTERACTIVE_SHELL to 0 in User variables instead of System variables.

If there is other information to help you find the problem, please tell me how it should be provided.

andy-5 commented 5 years ago

This looks very similar to #46, can you please check if the solution there fixes it for you?

ghost commented 5 years ago

Yes, my problem has been solved. Thank you and @diablodale.