通过webstorm上传到github项目

通过webstorm上传到github项目

在设置中打开github点击create API Token输入git账号密码,之后点击test会出现链接成功。接下里进行下一步。

通过webstorm上传到github项目

在设置中找到git,在红色箭头指向的地方选择git的安装地址,然后ok

通过webstorm上传到github项目

在webstorm中照上图依次点击

通过webstorm上传到github项目

选择想要上传到的仓库

通过webstorm上传到github项目

add将项目添加到缓存区

通过webstorm上传到github项目

依次commit, push 完成项目的上传。