天天看點

webstorm 推送項目到github

1.在github中建立對應倉庫。

webstorm 推送項目到github

webstorm會建立連接配接,在github中建立對應的倉庫。根據提示,會執行commit,以及push。

然而,webstorm預設使用的是ssh連接配接。push失敗。

是以,執行第二步,設定remotes為https格式。

2.添加遠端倉庫

https格式在為:https://github.com/lven/es6.git

webstorm 推送項目到github
webstorm 推送項目到github
webstorm 推送項目到github

設定webstorm的gitRemotes為https模式。

3.執行push

webstorm 推送項目到github