首先在push的時候,報如下錯誤信息
fatal: unable to access 'https://github.com/yyy/xxx.git/': Operation timed out after 300000 milliseconds with 0 out of 0 bytes received
直接翻譯可以
鏈接不上github的服務器,但是網頁端能正常操作github
最后發現是前兩天自己配置了一個代理的問題
去掉這個兩個代理,即可正常使用
記錄一下。