WSL2
をテンプレートにして作成
Search in
this wiki
and
or
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
#ls()
#br
#br
* proxy [#c08f73e9]
- /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:...
* default user [#m06afc10]
- /etc/wsl.conf
[user]
default=user
-- wsl --shutdown 後に反映
終了行:
#ls()
#br
#br
* proxy [#c08f73e9]
- /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:...
* default user [#m06afc10]
- /etc/wsl.conf
[user]
default=user
-- wsl --shutdown 後に反映
ページ名: