Windows 11系统
报错
$ git clone https://github.com/lvgl/lvgl.git
Cloning into 'lvgl'...
fatal: unable to access 'https://github.com/lvgl/lvgl.git/': Failed to connect to github.com port 443 after 21141 ms: Couldn't connect to server
解决方法
git运行这两段代码
git config --global --unset http.proxy
git config --global --unset https.proxy
然后再运行一遍就好了。