WebStorm 使用 git 連接gitee
-
在本地新建一個項目 test
npx create-react-app test --template typescript
-
登錄gitee賬戶,新建一個同名倉庫:test
-
WebStorm 添加
-
第一步: 創建本地倉庫
-
第二步: 右擊項目名,點擊 Add
-
第三步:右擊項目名, 點擊 Commit
-
第四步:設置gitee倉庫地址
- commit add push
- git URL
url: 填入 gitee 倉庫的 地址
-