WebStorm 使用 git 连接gitee
WebStorm 使用 git 连接gitee
-
在本地新建一个项目 test
npx create-react-app test --template typescript
-
登录gitee账户,新建一个同名仓库:test
-
WebStorm 添加
-
第一步: 创建本地仓库
-
第二步: 右击项目名,点击 Add
-
第三步:右击项目名, 点击 Commit
-
第四步:设置gitee仓库地址
- commit add push
- git URL
url: 填入 gitee 仓库的 地址
-