git pull
fatal: unable to access 'https://github.com/open-webui/open-webui.git/': Failed to connect to github.com port 443: Timed out
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080
git pull
Already up-to-date.