美文网首页
VScode+GitEE(码云)源码管理

VScode+GitEE(码云)源码管理

作者: xushiluo | 来源:发表于2020-01-23 21:55 被阅读0次

撰写日期: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

配置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

2. 生成公钥请参考:

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

帮助 SSH-keys

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

Git-remote Incorrect username or password ( access token )

相关文章

网友评论

      本文标题:VScode+GitEE(码云)源码管理

      本文链接:https://www.haomeiwen.com/subject/fnanzctx.html