1-vscode+gitee

快速搭建
1.下载git
Git官方下载:https://git-scm.com/download/win
安装无脑下一步即可
2.下载VsCode
VsCode官方下载:https://code.visualstudio.com/download
安装无脑下一步即可
git插件: git graph
3.更新密钥到gitee网站
依次输入以下内容
ssh-keygen -t rsa -C "13453875000@126.com"
cat ~/.ssh/id_rsa.pub
拷贝返回内容到gitee公钥配置
拉代码
https即可
输入用户名和密码
用户名是@后面的内容 
 
别人的
Git+VsCode安装教程+Gitee进行代码管理

文章中的链接及指令复制:

Git官方下载:https://git-scm.com/download/win

VsCode官方下载:https://code.visualstudio.com/download

笔者资料下载:https://pan.baidu.com/s/1P9uucuboRuXbCZdj53AYjg?pwd=17tw                    提取码:17tw

Gitee官网:https://gitee.com/

git指令:

git config --global user.name "你的名字或昵称"

git config --global user.email "你的邮箱"

ssh-keygen -t rsa -C "你的邮箱"

cat ~/.ssh/id_rsa.pub

仓库链接:https://gitee.com/your_k/m3-64-gd32f103.git

注:由于是用word编辑的教程文档,所以这边上传的是图片形式。

image

 

image

 

image

 

image

 

image

 

image

 

 

image

 

image

 

 

image

 

image

 

 

image

 

翻译下载:中文
git插件: git graph

image

 

image

 

 

 

 

cat ~/.ssh/id_rsa.pub

 

image

 

 

 

 

 

ssh-keygen -t rsa -C "13453875000@126.com"
cat ~/.ssh/id_rsa.pub

image

 

image

 

 

image

 

 

image

 

image

 

image

 

git config --global user.name "李伟"
git config --global user.email "13453875000@163.com"
提交后需要输入用户名和密码
用户名 @ltdecode 把@去掉

image

 

image

 

image

 

image

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

posted @ 2025-08-01 14:14  驼七  阅读(14)  评论(0)    收藏  举报