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:

StaticImage

  import React , { useEffect , useRef } from "react" import { StaticImage } from "gatsby-plugin-image" impor...