1.新建每个仓库时,都会记住默认密码,但是git密码修改过了,source Tree无法正常提交
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch origin Permission denied, please try again. Permission denied, please try again. Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Permission denied, please try again. Permission denied, please try again. Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password). fatal: Could not read from remote repository.
2.可以确定是远程仓库密码修改,修改回来之后,可正常fetch和push
关于source Tree的文档都是英文的,实在看不懂
右上角有settings。点开应该有设置。
并没有找到 --!
@y_php: 菜单栏:Tools -> Options -> Authentication