MSYS2 Hinter einem Proxy
Um Msys2 hinter einem Proxy zu verwenden hat man mehrere Möglichkeiten.
Pacman Konfiguration
/etc/pacman.conf
XferCommand = /usr/bin/curl --proxy <[protocol://][user:password@]proxyhost[:port]> -C - -f %u > %o
System Konfiguration
/home/USER/.bash_profile
http_proxy=[http://][USER:PASSWORD@]HOST:PORT https_proxy=$http_proxy ftp_proxy=$http_proxy rsync_proxy=$http_proxy rsync_proxy=$http_proxy no_proxy="localhost,127.0.0.1,hostname,.searchdomain1,.searchdomain2,..."