Windows Firewall, Tinywall and GIT -
just updated win7 xp.
using windows firewall added tinywall (gives more control)
but when use git bash, firewall blocks commands. if disable firewall works ok
i cannot figure proper exceptions add tinywall whitelist.
i added shell window git.exe application exceptions still no go. these exceptions program paths added:
c:\program files (x86)\git\git-cheetah\..\bin\sh.exe c:\program files (x86)\git\bin\git.exe
example of error:
$ git pull ssh: connect host xxx.xxx.xxx port 22: bad file number fatal: not read remote repository. please make sure have correct access rights , repository exists.
to tinywall work git on ssh, must white-list:
sh.exe git.exe ssh.exe
to work git on https, need whitelist:
c:\program files (x86)\git\libexec\git-core\git-remote-https.exe
or
c:\program files\git\mingw64\libexec\git-core\git-remote-https.exe
Comments
Post a Comment