mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-26 19:15:51 +03:00
[GH-ISSUE #28] Error to execute git-sim command (windows 11) #19
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Faridleo1998 on GitHub (Jan 26, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/28
I have all installed dependencies:


I execute

pip3 install git-simcommand and show me this (end lines):@initialcommit-io commented on GitHub (Jan 26, 2023):
I'm not exactly sure why yet, but sometimes when installing on Windows the path to the git-sim executable does not get set during installation.
For now, the solution is to run a search for the executable
git-sim.exeand add it to your PATH environment variable. Then close out of your command prompt and open a new one.Please give that a try and let me know if it works for you.
@initialcommit-io commented on GitHub (Jan 26, 2023):
@Faridleo1998 see above.
@initialcommit-io commented on GitHub (Jan 26, 2023):
Can you try this and see if you can find the path to the
git-sim.exefile?dir "\git-sim.exe" /sThat should give you the path to the executable which you can then add to your PATH environment variable.
Let me know if it works!
@Faridleo1998 commented on GitHub (Jan 26, 2023):
Sorry, I installed git-sim with powershell and it is not create the git-sim.exe. After, I executed the same command but command prompt and works! Thank you for you help :D
@initialcommit-io commented on GitHub (Jan 26, 2023):
No worries, glad you got it working! Please let me know if you have any suggestions or run into issues using the tool!