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

handle could not be opened / terminal is not fully functional #143

Closed
corsen2000 opened this issue Feb 16, 2014 · 2 comments
Closed

handle could not be opened / terminal is not fully functional #143

corsen2000 opened this issue Feb 16, 2014 · 2 comments

Comments

@corsen2000
Copy link

Hello,

When I move into a directory containing and git repository and run git log, I recieve the following messages:

WARNING: terminal is not fully functional
-  (press RETURN)

And

The handle could not be opened
during redirection of handle 0.
The handle could not be opened
during redirection of handle 0.

I receive these messages in other scenarios as well, this is just one example.

This is a clean installation of Cmder v1.1.3. I do not get these issues when using git-bash.

I am running git 1.7.9.msysgit.0.

Any suggestions on what I can try to fix this?

Thank you.

@corsen2000
Copy link
Author

I was able to solve this issue with 2 steps:

  1. Setting the TERM environment variable msys. This fixed the "terminal is not fully functional" issues.
  2. Removing a location to a git executable on my path that came with the rails installer for windows. This git was taking precedence. After removing this, the git that comes with cmder is taking precedence. This fixed the "handle could not be opened issues".

Thank you.

@fernandoPalaciosGit
Copy link

thank you @corsen2000 , in Windows easy take control of that environment variable by console typing:

 setx TERM msys

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