Table of Contents

Windows

winpty

git-bash is unable to run some Windows applications (Eg. Python), and winpty provides a compatibility layer.

Also see: https://stackoverflow.com/a/48200434/13066762

netsh

# Allow file sharing in the firewall netsh advfirewall firewall set rule group=“File and Printer Sharing” new enable=yes