Cannot launch git gui using cygwin on windows

前端 未结 7 1249
感动是毒
感动是毒 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:28

    Based on AndrewD's answer: Use cygwin's git, but use Windows Git's gitk and git gui. In other words, uninstall the git-gui and gitk packages from cygwin (if installed). Then which gitk should point to the Windows file, not the cygwin binary in /usr/bin.

提交回复
热议问题