Git bash black screen (windows)

一个人想着一个人 提交于 2021-02-11 12:29:29

问题


I am trying to access git bash, but nothing happens (black screen). I used git bash many times during September and October, but when I tried today it did this. What can I do to solve this?

Thanks.

Git bash - black screen


回答1:


Have you had Cygwin installed? I was having this exact issue, then I found out I still had a "etc" and "bin" directories in my user folder on Windows. After removing these (As I didn't want Cygwin) GitBash worked for me again :)




回答2:


Perhaps as a temporary solution you could navigate to C:\Program Files (x86)\Git\bin using the windows cmd line and execute git.exe. For me Im able to perform gitbash functions, just not with the lovely unix like syntax and interface. Also if you include gitbash to be written to your PATH during install, the win cmd line still works.



来源:https://stackoverflow.com/questions/26892725/git-bash-black-screen-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!