使用的代理软件是ClashVerge,然后一般的配置是系统代理和规则模式,尝试过各种方法,都不是很管用,有时候可以Push成功,有时又不可以,刚刚试了一下,是成功push了,但是下一次就不知道还能不能成功,不知道有没有可能是机场的问题,有时候科学上网也不是很稳定
github吗?是github的话可以不用梯子的。github用ssh没被墙。问一下gpt怎么把ssh key传上github然后怎么clone怎么push就行了
git config --global http.proxy http://ip:portgit config --global https.proxy http://ip:port
为GitHub设置一下专门的代理吧git config --global http.https://github.com.proxy http://127.0.0.1:7897git config --global http.https://github.com.proxy socks5://127.0.0.1:7897
clash 正常配置,这个命令是 git 的配置