VSCode 下 Git 的使用
趟完坑,给出最简单方案.
下载 git
设置全局配置
git config --global user.name "your name"
git config --global user.email "your email" //注意这里的email要和git服务器账户的email保持一致
趟完坑,给出最简单方案.
git config --global user.name "your name"
git config --global user.email "your email" //注意这里的email要和git服务器账户的email保持一致
本文标题:VSCode 下 Git 的使用
本文链接:https://www.haomeiwen.com/subject/rbmsvftx.html
网友评论