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

Add support for MSYS2 / Git for Windows environment #440

Closed
andgeno opened this issue Dec 7, 2020 · 9 comments
Closed

Add support for MSYS2 / Git for Windows environment #440

andgeno opened this issue Dec 7, 2020 · 9 comments
Labels
dormant Marked by stale bot on close help wanted Extra attention is needed windows

Comments

@andgeno
Copy link

andgeno commented Dec 7, 2020

Is your feature request related to a problem? Please describe.
I tried to run the Windows executable in a Git for Windows MINGW64 terminal session. The program starts up but seems to just freeze instantly. Only way out is Ctrl-C, no other input is registered or works. I then ran the same executable in a Windows cmd terminal session and that worked fine but feels very inconvenient to me since most of my time I am working in a UNIX shell.

Describe the solution you'd like
Add support for MSYS2 / MINGW64 environments like the popular Git for Windows distribution.

Describe alternatives you've considered
A possible workaround would be to use an alias that will launch a Windows Cmd process with gitui inside the correct working directory.
Right now this is just too inconvenient for me to use so I hope for added support in the future.

@pm100
Copy link
Contributor

pm100 commented Dec 12, 2020

i will look at this one

@pm100
Copy link
Contributor

pm100 commented Dec 12, 2020

this is a crossterm bug, their simple test app doesnt work under msys. I will report it.

crossterm-rs/crossterm#520

@ffes
Copy link

ffes commented Jan 20, 2021

When I run Git Bash from Windows Terminal and start the Windows executable of gitui 0.11.0 I only see the raw escape sequences:

afbeelding

@levirs565
Copy link

This allso occured when using Powershell in Conhost when $env:TERM is not empty.

When $env:TERM is empty.

syU9nFUUye

Then I set $env:TERM to xterm-256color. This bug occur.

HkyQVphRHl

Then I set $env:TERM empty. Gitui work as excepted.

qOYJ71Dmbr

This bug also occurred when I use Alacritty as terminal emulator.

qaZagTTWQD

@stale
Copy link

stale bot commented May 15, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label May 15, 2021
@ffes
Copy link

ffes commented May 17, 2021

Bad bot... 😞

Still doesn't work

@extrawurst
Copy link
Owner

extrawurst commented May 17, 2021

@ffes feel free to take a go at this. its probably related to #694

@stale stale bot removed the wontfix This will not be worked on label May 17, 2021
@extrawurst extrawurst added help wanted Extra attention is needed windows wontfix This will not be worked on labels May 17, 2021
@stale stale bot removed the wontfix This will not be worked on label May 17, 2021
@ffes
Copy link

ffes commented May 17, 2021

@extrawurst If it was written in a language I know I might have given it a go, but Rust is not a language I know.

@stale
Copy link

stale bot commented Aug 15, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the dormant Marked by stale bot on close label Aug 15, 2021
@stale stale bot closed this as completed Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dormant Marked by stale bot on close help wanted Extra attention is needed windows
Projects
None yet
Development

No branches or pull requests

5 participants