1、进入到根目录执行命令:git config --global credential.helper store 2、.gitconfig文件是否有user.name、user.email内容。没有需要配置全局用户信息(①git config --global user.name 'xxx’②git config --global user.email ‘xxx@xxx.xxx’) 3、进入项目所在目录执行git pull命令,根据提示输入邮箱及密码。输完这一次以后就不再需要,并且会在根目录生成一个.git-credentials文件。