Checkout the project from github into WebStorm

从github上面导入工程到webstorm里面,设置github的密码,下载github的插件,网上例子多,唯一注意的问题是:

在github上面的url:[email protected]:test/node-js-sample.git

在webstorm里面需要改成https://github.com/test/node-js-sample.git即可。

相关推荐