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

相关文章:

  • 2021-12-03
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2022-01-02
  • 2022-12-23
猜你喜欢
  • 2021-10-20
  • 2021-08-23
  • 2021-10-16
  • 2021-08-24
  • 2021-12-25
  • 2021-11-12
  • 2022-12-23
相关资源
相似解决方案