赞
踩
1、先cd到根目录,执行git config --global credential.helper store命令
git config --global credential.helper store
2、执行之后会在家目录的.gitconfig文件中增加如下配置
[credential]
helper = store
3、之后cd到项目目录,执行git pull命令,会提示输入账号密码。输完这一次以后就不再需要,并且会在根目录
生成一个.git-credentials文件
4、之后pull/push代码都不再需要输入账号密码了~
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。