Sourcetree更新破坏身份验证
我刚刚从Sourcetree 3.4.6更新到3.4.8(Win 10),现在无法访问远程存储库。 任何操作都会导致此消息:
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --prune --tags origin
Server refused public-key signature despite accepting key!
FATAL ERROR: No supported authentication methods available (server sent: publickey)
fatal: Could not read from remote repository.
幸运的是,我还安装了Gitextensions工具,它仍然可以访问我的存储库。 为什么更新Sourcetree会破坏我的访问权限?
I just updated from SourceTree 3.4.6 to 3.4.8 (Win 10) and now I can't access the remote repositories.
Any operation results in this msg:
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --prune --tags origin
Server refused public-key signature despite accepting key!
FATAL ERROR: No supported authentication methods available (server sent: publickey)
fatal: Could not read from remote repository.
Luckily, I also have the GitExtensions tool installed, and it can still access my repos.
Why does updating SourceTree break my access?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
3天后,几次重新启动它自发开始工作,没有任何设置更改。
因此,我不知道为什么它不起作用。
After 3 days, and several reboots it spontaneously started working again, with no changes to any settings.
So I have no clue as to why it wasn't working.