【发布时间】:2017-03-01 20:31:52
【问题描述】:
在 Windows 上使用 SourceTree。我想完全卸载重新安装。但是,我卸载并删除了剩余的注册表信息,在重新安装 SourceTree 时会跳过所有设置并像从未离开过一样打开。我什至不必重新登录或任何其他操作。
想知道是否有人遇到过这种情况并可以帮助我解决它?
【问题讨论】:
标签: windows atlassian-sourcetree
在 Windows 上使用 SourceTree。我想完全卸载重新安装。但是,我卸载并删除了剩余的注册表信息,在重新安装 SourceTree 时会跳过所有设置并像从未离开过一样打开。我什至不必重新登录或任何其他操作。
想知道是否有人遇到过这种情况并可以帮助我解决它?
【问题讨论】:
标签: windows atlassian-sourcetree
我遇到了同样的问题,尝试卸载只会从“卸载或更改程序”菜单中的程序列表中删除 SourceTree。
我最终从C:\Users\[username]\AppData\Local\Atlassian 中删除了所有SourceTree 文件,以及Local 文件夹中的SourceTree 和SourceTree-settings 文件夹。我把它们备份到我的桌面以防万一,但显然你可以在成功后删除它们。
之后,下一次安装提示进行常规设置。
【讨论】:
按照此处的步骤操作:
https://confluence.atlassian.com/sourcetreekb/how-to-wipe-sourcetree-preferences-412484640.html
窗户
- 确保 SourceTree 已关闭
- 确保在删除文件之前将文件备份到以下文件夹中
- 删除
C:\Users\<username>\AppData\Local\Atlassian\SourceTree\中的文件“bookmarks.xml”、“opentabs.xml”、“userhosts”- 删除
C:\Users\<username>\AppData\Local\Atlassian\SourceTree.exe<random_string>\<version_number>\user.config中的文件- 再次打开 SourceTree 以测试它是否有效。
【讨论】:
C:\Users\<username>\AppData\Local\Atlassian\SourceTree
删除此文件夹并重新安装源树。
如果您没有在用户中找到 AppData 文件夹,请单击顶部菜单中的查看并选中“隐藏项”。然后会显示隐藏的项目。
【讨论】:
从 Windows 中完全卸载 SourceTree...
1) Uninstall sourcetree by going in control panel/ uninstall a program and click
on sourcetree or above a option named uninstall.
2) Navigate to
C:\Users\AppData\Local
and delete SourceTree folder(if any).
3)Navigate to
C:\Users\AppData\Local\Atlassian
and delete all SourceTree folders.
4) Navigate to
C:\Users\AppData\Roaming\Atlassian
and delete SourceTree* folder
-- Download SourceTree and install it.
【讨论】: