当你无法登录SourceTree?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了当你无法登录SourceTree?相关的知识,希望对你有一定的参考价值。

参考技术A 某年某月某一天,当ox上的SourceTree必须登录才能使用时,终于只能用git line来提交了。

还好发行了Gitkraken,完全的可替代SourceTree。

简单介绍 https://www.youtube.com/watch?v=ub9GfRziCtU

使用说明 https://www.youtube.com/watch?v=f0y_xCeM1Rk

官网地址 https://www.gitkraken.com/

修改sourcetree默认登录账号和密码+跳过注册方法

参考技术A 首次登陆后sourcetree会默认登陆账号和密码,换账号后如何修改请看下面:

删除C:\Users\%USERNAME%\AppData\Local\Atlassian\SourceTree 目录下的passwd文件, 能移除掉保存的密码。

同样:

删除C:\Users\%USERNAME%\AppData\Local\Atlassian\SourceTree 目录下的userhosts文件, 能移除掉保存的用户名

两个目录是固定的可以直接拷贝(这些文件夹都是隐藏的)

1、在系统的C:\Users\Administrator\AppData\Local\Atlassian\SourceTree文件夹(此位置固定)中有一个accounts.json的文件,没有的话新建一个。

2、复制以下内容到account.json文件中,保存退出从新登陆即可跳过注册。

[

 

"$id":"1",

"$type":"SourceTree.Api.Host.Identity.Model.IdentityAccount, SourceTree.Api.Host.Identity",

"Authenticate":true,

"HostInstance":

"$id":"2",

"$type":"SourceTree.Host.Atlassianaccount.AtlassianAccountInstance, SourceTree.Host.AtlassianAccount",

"Host":

"$id":"3",

"$type":"SourceTree.Host.Atlassianaccount.AtlassianAccountHost, SourceTree.Host.AtlassianAccount",

"Id":"atlassian account"

      ,

"BaseUrl":"https://id.atlassian.com/"

    ,

"Credentials":

"$id":"4",

"$type":"SourceTree.Model.BasicAuthCredentials, SourceTree.Api.Account",

"Username":"",

"Email":null

    ,

"IsDefault":false

 

]

以上是关于当你无法登录SourceTree?的主要内容,如果未能解决你的问题,请参考以下文章

SourceTree 跳过登录注册,直接使用

Sourcetree 添加具有两个因素身份验证的 bitbucket

修改sourcetree默认登录账号和密码+跳过注册方法

BUG:Yii登录时 101 net::ERR_CONNECTION_RESET

SourceTree 免登录跳过初始设置

Windows 版 SourceTree 免登录跳过初始设置的方法