VScode+GitEE(码云)源码管理

撰写日期: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结合使用流程

VScode+GitEE(码云)源码管理_第1张图片
VSCode与GitEE

配置git:

git config --global user.name "yourname"
git config --global user.email "[email protected]"
git config --global credential.helper store

1. 大体步骤请参考:

https://www.jianshu.com/p/8cd8491a611d

2. 生成公钥请参考:

帮助-Wiki-码云 Gitee.com#ssh-keys

VScode+GitEE(码云)源码管理_第2张图片
帮助 SSH-keys

3. 如果不小心输错了GitEE的账号和密码,请使用window凭据管理来修改,具体参见:

Git-remote Incorrect username or password ( access token )

你可能感兴趣的:(VScode+GitEE(码云)源码管理)