撰寫日期:2020年1月23日
一、系統(tǒng)環(huán)境
Windows 10 64bit企業(yè)版
Git-2.24.1.2-64-bit.exe
Visual Studio Code 1.41.0
二汉额、安裝和注冊
1. 安裝Visual Studio Code
2. 安裝Git-2.24.1.12 64bit
3. 注冊碼云(gitee)
注冊地址如下:https://gitee.com/
三、VS code和GitEE結(jié)合使用流程
配置git:
git config --global user.name "yourname"
git config --global user.email "xxyyzz@163.com"
git config --global credential.helper store
1. 大體步驟請參考:
http://www.reibang.com/p/8cd8491a611d