How can I let Git push/pull through Windows 7 Firewall? -
My firewall is configured to deny all inbound and outbound traffic unless the rule otherwise says.
git.exe < / Code>,
sh.exe , and
ssh.exe . So i did Even
bash.exe .
However, when I type
Git pull :
Fatal: Unable to reach https: //joncom@bitbucket.org/joncom/my -repo.git / ': bitbucket.org: Failed to connect to 443; No error
If I allow an outbound connection by default, then everything works.
Which rules I am getting ?
Let me add a rule to git-remote-https.exe Required because I am authenticating via HTTPS, not SSH.
On newer versions of GIT, it is located at: C: \ Program Files \ Git \ mingw64 \ libexec \ git-core \ git-remote-https.exe .
Edit: Actually I can see the git.exe , sh.exe , ssh.exe , and Bash.exe , and still everything works, so they seem unnecessary for my purposes.
Comments
Post a Comment