在终端输入:
git config --global credential.helper store
然后git pull一次,输入一次用户名密码就会自动保存该用户名密码;
查看配置的用户信息:
git config --list
原文地址:https://www.cnblogs.com/phpk/p/10515030.html
时间: 2025-01-10 07:59:41
在终端输入:
git config --global credential.helper store
然后git pull一次,输入一次用户名密码就会自动保存该用户名密码;
查看配置的用户信息:
git config --list
原文地址:https://www.cnblogs.com/phpk/p/10515030.html