【发布时间】:2014-07-20 20:20:42
【问题描述】:
终于从 XP 更新到 Win7。
我正在使用添加了 Tinywall 的 Windows 防火墙(提供更多控制)
但是当我使用 Git Bash 时,防火墙会阻止所有命令。 如果我禁用防火墙,那么一切正常
我无法确定要添加到 TinyWall 白名单的适当例外情况。
我为应用程序异常添加了 shell 窗口和 git.exe,但仍然不行。 我添加的这些异常程序路径:
C:\Program Files (x86)\Git\git-cheetah\..\bin\sh.exe
C:\Program Files (x86)\Git\bin\git.exe
错误示例:
$ git pull
ssh: connect to host xxx.xxx.xxx port 22: Bad file number
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
【问题讨论】:
标签: git windows-7 windows-firewall