git push 命令会被404,如果本地开启了小飞机,可以让请求走代理。
开启cmd后执行
set http_proxy=http://127.0.0.1:1080set https_proxy=http://127.0.0.1:1080
再执行 git push