VSCode 下 Git 的使用
2018-08-02 本文已影响24人
道阻且长_行则将至
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保持一致