Windows Firewall, Tinywall and GIT

Source: https://stackoverflow.com/questions/23965340/windows-firewall-tinywall-and-git
To get TinyWall to work with git over SSH, you must white-list:
sh.exe
git.exe
ssh.exe
To work with git over HTTPS, you need only 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

Không có nhận xét nào:

Is it okay to use both fetchpriority="high" and loading="eager" in img tag?

 https://stackoverflow.com/questions/77744344/is-it-okay-to-use-both-fetchpriority-high-and-loading-eager-in-img-tag Yes Fetchpriority and l...