Git本地仓库与远程仓库
git系列操作 git六行配置 1 2 3 4 5 6 git config --global user.name 你的英文名 git config --global user.email 你的邮箱 git config --global push.default simple git config --global core.quotepath false git config --global core.editor "code --wait" git config --global core.autocrlf input 注意: 上面的英文名和邮箱