Cannot launch git gui using cygwin on windows

前端 未结 7 1237
感动是毒
感动是毒 2020-12-07 07:32

I used to launch git gui within my cygwin console without any problems but since I updated cygwin I\'ve got the following error message:

$ git gui
Applicatio         


        
7条回答
  •  轮回少年
    2020-12-07 08:20

    echo "export DISPLAY=:0.0" >>~/.profile
    

    or

    echo "export DISPLAY=:0.0" >>~/.bash_profile
    

    in my case

提交回复
热议问题