-
Notifications
You must be signed in to change notification settings - Fork 2k
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
No Unix commands? #610
Comments
Unix commands come from git for windows. This can either be installed on your machine and included in your path, or is included as part of the 'cmder full' package. If you do not have git installed on your machine, It may be that you have replaced your older version with 'cmder mini' (a version which does NOT include git and the accompanying tools). I would check again which version you downloaded. |
I made sure to download the full version. |
I have Git for Windows installed as well but I figured Cmder was supposed to use the msysgit tools that it is distributed with. When I echo %PATH% within cmder, I don't see the msysgit directory listed. |
Do you have Git for Windows installed in some non-default location? It's normally found in Cmder should check for an existing msysgit directory, and add it to the path if found. If for some reason that check isn't happening, you could try to add it to your path manually. |
Ok well I added the msysgit bin directory to my PATH manually and I guess that works. But also, cmder used to know that '~' corresponded to my user directory. Now when I do cd ~, it tells me The system cannot find the path specified. Am I crazy or did this used to work? |
I think the problem is that git for windows 2.5 does not add unix commands to the path:
The unix commands are available in
I installed the "make git available in cmd" version. |
On my installation I needed to change this line to make it work:
|
bc is not working for my cmder....it says bc is not recognised as internal or external command. what to do ?? |
What is bc? |
Basic calculator...
On Apr 8, 2018 17:27, "Dax T Games" <notifications@github.com> wrote:
What is bc?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#610 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AkaIxRmAuGb1lNaCwCnO-4kWOU0lANG1ks5tmfsCgaJpZM4FxtqQ>
.
|
Did you try any other commands. I doubt 'bc' is a part of git-for-windows.
On April 8, 2018 8:04:26 AM kavyarangaiah <notifications@github.com> wrote:
Basic calculator...
On Apr 8, 2018 17:27, "Dax T Games" <notifications@github.com> wrote:
What is bc?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#610 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AkaIxRmAuGb1lNaCwCnO-4kWOU0lANG1ks5tmfsCgaJpZM4FxtqQ>
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Other than bc, what else I can try?? Please suggest me.....
…On Apr 8, 2018 21:25, "Dax T Games" ***@***.***> wrote:
Did you try any other commands. I doubt 'bc' is a part of git-for-windows.
On April 8, 2018 8:04:26 AM kavyarangaiah ***@***.***>
wrote:
Basic calculator...
On Apr 8, 2018 17:27, "Dax T Games" ***@***.***> wrote:
What is bc?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#610 (comment)>, or
mute
the thread
<https://github.com/notifications/unsubscribe-auth/AkaIxRmAuGb1lNaCwCnO-
4kWOU0lANG1ks5tmfsCgaJpZM4FxtqQ>
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#610 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AkaIxVQsMrJX1f47ibqiZn69JtcWXtD1ks5tmjMBgaJpZM4FxtqQ>
.
|
bc is not part of cmder, end of story :) |
Okkk.. Thanks
…On Apr 9, 2018 01:02, wrote:
O
On Apr 9, 2018 01:01, "Benjamin Staneck" ***@***.***> wrote:
> bc is not part of cmder, end of story :)
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#610 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AkaIxcleNZktUIlI5cCCoiY2MBOxegFcks5tmmV9gaJpZM4FxtqQ>
> .
>
|
Hello,
I removed completely my old Cmder install and downloaded the latest version. Now I have no Unix commands such as git ls or ssh available to me. I just copy over files from the archive then run them and I get this behavior. I've confirmed there are no handles or running processes still using those files as well when I copy.
The text was updated successfully, but these errors were encountered: