1、在终端(terminal)打开你的工程目录
2、输入
git config credential.helper store
3、拉取代码
git pull
4、会提示一次输入用户名密码,下次push代码时就不会再提示password required。
原文地址(https://blog.csdn.net/ad576038171/article/details/99133589)
1、在终端(terminal)打开你的工程目录
2、输入
git config credential.helper store
3、拉取代码
git pull
4、会提示一次输入用户名密码,下次push代码时就不会再提示password required。
原文地址(https://blog.csdn.net/ad576038171/article/details/99133589)
本文标题:Mac使用SourceTree每次push代码都提示passwo
本文链接:https://www.haomeiwen.com/subject/tnlnuctx.html
网友评论