1、创建文件 在项目目录下创建.git-credentials文件,内容如下,填入自己的用户名和密码即可,如果是gitlab,把地址换成自己的gitlab的地址即可。 https://{用户名}:{密码}@github.com 2、终端执行 git config --global credential.helper store 3、执行一次pull,下次即可免密pull和push git pull