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

windows: Git Bash doesn't support \ new lines... #1144

Closed
jorgeorpinel opened this issue Apr 14, 2020 · 4 comments
Closed

windows: Git Bash doesn't support \ new lines... #1144

jorgeorpinel opened this issue Apr 14, 2020 · 4 comments
Labels
A: docs Area: user documentation (gatsby-theme-iterative) type: enhancement Something is not clear, small updates, improvement suggestions

Comments

@jorgeorpinel
Copy link
Contributor

jorgeorpinel commented Apr 14, 2020

We recommend Cmder in https://dvc.org/doc/user-guide/running-dvc-on-windows, but for example if you copy and paste the command below, it won't work (with the default, single-line paste):

dvc run -f prepare.dvc \
          -d src/prepare.py -d data/data.xml \
          -o data/prepared \
          python src/prepare.py data/data.xml

Result:
image
Sounds like WSL just got another victory?

@jorgeorpinel jorgeorpinel added the A: docs Area: user documentation (gatsby-theme-iterative) label Apr 14, 2020
@shcheklein
Copy link
Member

Yeah, we have a ticket #134 - probably that is the most appropriate way to solve this.

I'm fine to mention WSL along with Cmder with all the caveats.

@shcheklein
Copy link
Member

I wonder if there is some compat mode that can be enabled to deal with this in Cmder.

@shcheklein shcheklein added the type: enhancement Something is not clear, small updates, improvement suggestions label Apr 14, 2020
@jorgeorpinel
Copy link
Contributor Author

Yes, actually it has multi-line paste, by default Shift+Insert. It pastes line by line and does Enter between each one.

@jorgeorpinel
Copy link
Contributor Author

OK I guess that keeps Cmder on top... Closing for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: docs Area: user documentation (gatsby-theme-iterative) type: enhancement Something is not clear, small updates, improvement suggestions
Projects
None yet
Development

No branches or pull requests

2 participants