Git push长时间没有反应 或10054

不用说,是那个原因。

解决方案很简单

使用ssh方式pull与push,具体来讲,pull和push的地址不要用https的地址,用ssh格式的地址。
如果之前用了https格式的仓库,要重新卸掉并改正:

git remote rm origin
git remote add origin 

网上给出的修改host文件的方式不太好用。

你可能感兴趣的:(git)