This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Add compatibility for "GitHub for Windows" Git-PowerShell #20
Comments
Hmm, I think this might be a bug. Does ruby exist for subsequent PowerShell sessions? |
No, there's no ruby at all. It's downloaded and there's no error message, but the "ruby" command isn't recognized. I think it's a special problem with the special GitHub PowerShell, they may tinker with the PATH values to make the git commands available. I temporary fixed the problem by adding the yari ruby/bin folder to my user path, but that isn't the exact use case :D |
Ok, thanks for checking it out. I'll take a look at it sometime in the next few days. Thanks a lot for using yari! |
I have got the same Issue any updates?? |
No. Just add the corresponding ruby /bin folder to your PATH variable as workaround. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The official "GitHub for Windows" adds a nice "Git Shell", which opens a PowerShell window at the repository folder with some nice highlighting and git commands available without a manual install or PATH manipulation.
The yari commands is working in there (e.g. yari 1.9.3), but ruby isn't available after this as a command ("Command not found"). It works perfectly in a regular command promt.
Any plans to extend yari to PowerShell?
The text was updated successfully, but these errors were encountered: