两个电脑上传hexo

上传
git add . &&git commit -m ChangeFiles && git push

下载

git pull

github能ping通但是不能push

解决
可以加上
git config --global http.proxy http://127.0.0.1:7890&&git config --global https.proxy https://127.0.0.1:7890
数字为你用梯子的端口
git config --global http.postBuffer 524288000

上传太大用这个
显示端口22错误时
22