sourcetree 不停的让输入密码,报 password r
2020-10-12 本文已影响0人
小胖纸啦
1、在终端(terminal)打开你的工程目录
2、输入
git config credential.helper store
3、拉取代码
git pull
4、输入用户名密码
1、在终端(terminal)打开你的工程目录
2、输入
git config credential.helper store
3、拉取代码
git pull
4、输入用户名密码