Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Error: redirection is not supported #50

Closed
gvwilson opened this issue Jun 8, 2016 · 7 comments
Closed

Error: redirection is not supported #50

gvwilson opened this issue Jun 8, 2016 · 7 comments
Assignees
Labels

Comments

@gvwilson
Copy link

gvwilson commented Jun 8, 2016

Reported by someone setting up for a workshop this weekend:

  • My installation did not go perfectly. I installed Git Bash and the Software Carpentry Windows installer. Git Bash installed correctly:
    image003
  • Software Carpentry did not:
    image004

Any suggestions?

@gvwilson gvwilson added the bug label Jun 8, 2016
@ethanwhite
Copy link
Contributor

They probably didn't follow the installation instructions for GitBash properly. This sounds like the #31 issue.

@gvwilson
Copy link
Author

gvwilson commented Jun 8, 2016

From #31: Have the students reinstall Git for Windows to use the Windows console. They would need to make a change on the 5th page of the installer wizard.

@ctmontgomery
Copy link

That worked! Thank you!

@embray
Copy link
Contributor

embray commented Jun 10, 2016

So wait, does the version of nano we're installing not work with mintty?

@iamc
Copy link

iamc commented Jun 15, 2016

Is nano the only key software affected by this issue?

If so, this is trivially fixed for mintty adding

alias nano='winpty nano'

in .bash_profile through the installer.

I'm just about doing this for our incoming workshop as we will only use bash, git, ipython and ...nano!

This will make the "Git for Windows" installation a completely default one, and we'll be using mintty, much nicer that the Windows console.

@ethanwhite
Copy link
Contributor

alias nano='winpty nano'

We had a report in the original issue that this wasn't working because it resulted in not being able to move the cursor around:
#31 (comment)

Maybe this has been fixed?

@iamc
Copy link

iamc commented Jun 15, 2016

alias nano='winpty nano'

We had a report in the original issue that this wasn't working because it resulted in not being able to move the cursor around:
#31 (comment)

No, you're completely right, it's not fixed. Thanks for the heads up!

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

No branches or pull requests

5 participants