我之前可以使用Webstorm来Git,但它现在无法工作,我根本无法推动。我在很多方面设置了Git。现在我疯了。我不知道哪个设置是对的。我设置:
git config --global http.proxy
当我克隆存储库时:
fatal: unable to access 'https://github.com/xxxx/xxxx.git':
Failed to connect to 127.0.0.1 port 8087: Connection refused
或
fatal: unable to access 'https://github.com/xxxx/xxxx.git' :
Failed to connect to github.com port 1080: Time out
如何将Webstorm用于Git?
答案 0 :(得分:0)
为了启动新的git存储库,您只需使用git bash
导航到项目文件夹并运行git init
;它会为你设置它。从那时起,您可以按照自己喜欢的方式管理git
存储库。
如果您坚持使用 WebStorm 工具,则可以按照网站上列出的步骤进行操作
<强>参考强>
Version Control with WebStorm
Setting up a Local Git Repository