Last-modified: 2021-09-21 (火) 10:49:49 (1088d)
proxy †
- /etc/apt/apt.conf
Acquire::http::proxy "http://proxy.jomura.net:8080/";
Acquire::https::proxy "http://proxy.jomura.net:8080/";
/.bash_profile
export HTTP_PROXY=http://proxy.jomura.net:8080/
export HTTPS_PROXY=${HTTP_PROXY}
- git
git config --global http.https://github.com/.proxy http://proxy.jomura.net:8080
default user †
- /etc/wsl.conf
[user]
default=user
|