- IT Enginner
- Japan
poetry config --list
poetry config virtualenvs.in-project true
poetry install
sphinx-build docs/ docs/_build
poetry run poe doc
terminal.integrated.shell.windows
に "C:\Program Files\Git\bin\bash.exe" を設定
[global]
proxy = [user:passwd@]http://proxy:port
export HTTP_PROXY="http://proxy:port"
export HTTPS_PROXY="http://proxy:port"
git config --global http.proxy http://proxy:port
git config --global https.proxy http://proxy:port