-
Notifications
You must be signed in to change notification settings - Fork 52
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
[Windows] bash: /dev/tty: No such device or address #66
Comments
I have had similar problems with the same error message, and I managed to get around it be installing an old version of git |
I don't know of a solution to this. Any Windows users able to chime in? |
I'm having this very issue right now. It was working after getting everything set up with up with Bitbucket and Jenkins. Literally the next day, I come in to test again and I receive this error in the Jenkins Build Log. This is the error that I receive when attempting an origin pull:
git pull origin master If there is a solution, I would love to know. Thank you. |
After troubleshooting my issue. It was that the command / git bash terminals did not have the password saved for Open SSH. When Jenkins was attempting to run the scripts in the terminal, it was throwing the error because it was unable to get past the invisible password prompt since the script is automatically ran. When I attempted an origin pull manually in either terminal, I received the password prompt and entered the password. I then close the terminals, re-opened the terminals to make sure the password was not temporarily stored in the previous terminal session and the password kept as I was not prompted again. I tested Jenkins by building again and everything worked perfectly. I hope this may help anyone coming here. |
this issue stems from an issue on git-for-windows |
Repo#remote_fetch(name, callback)
Running the same command from the console works fine.
Windows 8.1 x64, Git 2.5.0
The text was updated successfully, but these errors were encountered: