git切换源

git 

先查看当前源 git remote -v 切换源 自行替换地址 git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/github-repo-name

git工具设置免密码拉取项目

git 

给文件夹设置用户名和邮箱(自行替换) git config user.email "xxxxxxx@xx.xxx" git config user.name "xxxxx" git config --global credential.helper store