Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error to execute git-sim command (windows 11) #28

Closed
Faridleo1998 opened this issue Jan 26, 2023 · 5 comments
Closed

Error to execute git-sim command (windows 11) #28

Faridleo1998 opened this issue Jan 26, 2023 · 5 comments

Comments

@Faridleo1998
Copy link

image

I have all installed dependencies:
image
image

I execute pip3 install git-sim command and show me this (end lines):
image

@initialcommit-io
Copy link
Contributor

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.exe and 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
Copy link
Contributor

@Faridleo1998 see above.

@initialcommit-io
Copy link
Contributor

Can you try this and see if you can find the path to the git-sim.exe file?

  1. Open command prompt as administrator
  2. Run: dir "\git-sim.exe" /s

That 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
Copy link
Author

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
Copy link
Contributor

No worries, glad you got it working! Please let me know if you have any suggestions or run into issues using the tool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants