Git bash profile results in error #13038

Open
opened 2026-01-31 03:32:01 +00:00 by claunia · 0 comments
Owner

Originally created by @aaravrav on GitHub (Mar 15, 2021).

Environment

Microsoft Windows [Version 10.0.18363.1379]

Steps to reproduce

   Make a new profile for gitbash:
        {
            // Git Bash
            "guid": "{idhere}",
            "name" : "Git Bash",
            "commandline" : "‪D:\\Program Files\\Git\\usr\\bin\\bash.exe",
            "hidden": false,
            "icon" : "D:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
            "backgroundImage": "F:\\ThisPC\\Pictures\\Downloaded\\spaceman.png",
            "backgroundImageOpacity": 0.3,            
            "startingDirectory": "F:\\ThisPC\\Desktop"
        },

Expected behaviour

It would execute gitbash
image

Actual behavior

Provies error [error 0x80070002 when launching ‪D:\Program Files\Git\usr\bin\bash.exe']`
image

Originally created by @aaravrav on GitHub (Mar 15, 2021). # Environment ``` Microsoft Windows [Version 10.0.18363.1379] ``` # Steps to reproduce Make a new profile for gitbash: { // Git Bash "guid": "{idhere}", "name" : "Git Bash", "commandline" : "‪D:\\Program Files\\Git\\usr\\bin\\bash.exe", "hidden": false, "icon" : "D:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico", "backgroundImage": "F:\\ThisPC\\Pictures\\Downloaded\\spaceman.png", "backgroundImageOpacity": 0.3, "startingDirectory": "F:\\ThisPC\\Desktop" }, # Expected behaviour It would execute gitbash ![image](https://user-images.githubusercontent.com/37036762/111117859-1939ca00-858e-11eb-9d9f-6a5195b0ce11.png) <!-- A description of what you're expecting, possibly containing screenshots or reference material. --> # Actual behavior Provies error `[error 0x80070002 when launching `‪D:\Program Files\Git\usr\bin\bash.exe']` ![image](https://user-images.githubusercontent.com/37036762/111117950-32427b00-858e-11eb-8c7a-04c5477fe6c2.png) <!-- What's actually happening? -->
claunia added the Needs-TriageNeeds-Tag-FixNeeds-Attention labels 2026-01-31 03:32:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13038