esp32-windows 环境搭建

 

https://blog.csdn.net/CrazySuPA/article/details/80589738

https://blog.csdn.net/weixin_39591047/article/details/89114629

注意

 

python -m pip install --user -r $IDF_PATH/requirements.txt

 

设置下代理

git config --global http.proxy http://127.0.0.1:1080

git config --global https.proxy https://127.0.0.1:1080

git config --global --unset http.proxy

git config --global --unset https.proxy

npm config delete proxy

git config --global http.proxy 'socks5://127.0.0.1:1080'
git config --global https.proxy 'socks5://127.0.0.1:1080'

posted @ 2021-01-25 09:48  XZHDJH  阅读(112)  评论(0)    收藏  举报