git每次pull,push都要输入账号密码,一行代码解决

it2024-08-08  38

在.git文件夹空白处右击,Git Base Here,输入 git config credential.helper store 回车,只需要再输一次账号&密码,就会被记住,以后每次pull,push都不用再输入密码了

最新回复(0)