My firewall is configured to deny all inbound and outbound traffic unless a rule says otherwise.
This answer suggests making rules for git.exe
, sh.exe
, and ssh.exe
. So I did. Even bash.exe
.
Still when I run git pull
I see:
fatal: unable to access 'https://[email protected]/joncom/my-repo.git/': Failed connect to bitbucket.org:443; No error
If I allow outbound connections by default, everything works.
What rule am I missing?