when using git for windows, git bash could not work?

本秂侑毒 提交于 2019-12-08 06:47:58

问题


I install git-1.8 in windows7, but encounter this problem(nearly every time when I use 'git config' or some else), can someone tell why and how to fix?


回答1:


I have both msysgit and GitHub for Windows, but I would recommend using the portable version of msysgit in order to avoid any conflict in the Windows registry.

Also, WFSO is a Windows semaphore (WaitForSingleObject), illustrated in issue 457 for instance. It is a symptome of a resource deadlock, resource which would be use by both bash (G4W and msysgit)

With the addition of the multiplexing there is a second thread reading from the socket before the client is spawned and it continues until after all the data from the child is supposed to be written. This causes a deadlock.

I try not use them at the same time.



来源:https://stackoverflow.com/questions/13681368/when-using-git-for-windows-git-bash-could-not-work

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