摘要:
全局设置名称和邮箱: git config --global user.name "you name" git config --global user.email "you email" 如果针对某个项目设置的话,去掉global即可 git config user.name "you name" 阅读全文
摘要:
windows平台安装 git 安装包下载地址:https://gitforwindows.org/ 官网慢,可以用国内的镜像:https://npm.taobao.org/mirrors/git-for-windows 下载后打开bash 输入 git --version 看是否有输出版本 lin 阅读全文