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.

firewall profile screenshot

git.exe < / Code>, sh.exe , and ssh.exe . So i did Even bash.exe .

firewall rule screenshot

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.

firewall profile screenshot

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

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -