1.查看linux端口占用:
netstat -anp | grep portno
2.git:
a.查看远程分支:
git branch -a
b.删除远程分支:
git push origin :branch_name
git push origin --delete branch_name