git每次更新都需要输入账号密码,如何解决?

it2024-10-17  16

//如果https请求pull每次都需要输入账号密码,则 git config --global credential.helper store   那么,在下一次更新,需要输入账号密码,然后git就会记录你的账号密码,以后就可以高枕无忧了!

转载于:https://www.cnblogs.com/xiaocaoer/p/7126216.html

最新回复(0)