其他分享
首页 > 其他分享> > mac sourceTree 每次操作提示需要密码

mac sourceTree 每次操作提示需要密码

作者:互联网

 

 

1、在终端(terminal)打开你的工程目录
2、输入
git config credential.helper store

3、拉取代码
git pull

 

标签:credential,git,helper,pull,terminal,密码,mac,sourceTree,store
来源: https://www.cnblogs.com/nafio/p/15430703.html