端口占用
查端口
netstat -ano | findstr 8090找 PID
输出类似:
TCP 0.0.0.0:8090 ... LISTENING 12345杀进程
taskkill /PID 12345 /Fgit推送
代理
git config --global http.proxy http://127.0.0.1:7890 git config --global https.proxy http://127.0.0.1:7890