You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running stg status on a fresh installation in Windows fails with the following error:
error: while expanding shell alias `<stuff>` program not found
I could work around this by adding c:\Program Files\Git\usr\bin to the path as specified in a different issue – presumably because this gives stgit access to sh.
I don't know if there's an actual problem with stgit here, so feel free to close the issue immediately. I'm mainly writing it up to share my workaround in case someone else has the same problem.
The text was updated successfully, but these errors were encountered:
stg add src\utils.ts
error: while expanding shell alias `add`: `git -C "$GIT_PREFIX" add`: program not found
And can also fix it by adding sh.exe to the path. The program not found message is most likely refering to sh.exe not found in path. In Windows, I don't think running git.exe requires a shell.
Running stg status on a fresh installation in Windows fails with the following error:
I could work around this by adding c:\Program Files\Git\usr\bin to the path as specified in a different issue – presumably because this gives stgit access to sh.
I don't know if there's an actual problem with stgit here, so feel free to close the issue immediately. I'm mainly writing it up to share my workaround in case someone else has the same problem.
The text was updated successfully, but these errors were encountered: