撰写日期:2020年1月23日
一、系统环境
Windows 10 64bit企业版
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结合使用流程
配置git:
git config --global user.name "yourname"
git config --global user.email "xxyyzz@163.com"
git config --global credential.helper store
1. 大体步骤请参考:
https://www.jianshu.com/p/8cd8491a611d