使用VScode 安装推荐的git工具
创建公钥
比如
“C:\Users\13885.ssh\id_rsa.pub”

git 导入公钥
设置中文
码云创建仓库

VScode 打开文件夹
初始化项目
在文件夹内执行 文件夹
初始化项目名称
git remote add origin https://gitee.com/pan987843474/average-dimension-notes.git

git remote add origin https://gitee.com/pan987843474/mes_auden.git

修改文件.gitignore

# Build and Release Folders

# Other files and folders
.settings/

# Executables

# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.

!*.dll
!/bin/

code -r -g “1.txt”

code -r -g “C:\Users\13885\Desktop\工作日志.txt”

作者:潘茂盛  创建时间:2023-12-27 20:00
最后编辑:潘茂盛  更新时间:2024-06-27 17:16