Sourcetree 跳过注册 发表于 2018-10-08 | 分类于 Git Sourcetree 123456789101112131415161718192021222324252627282930#1. 打开 我的电脑,复制下面的路径至地址栏%LocalAppData%\Atlassian\SourceTree\#2. 新建 accounts.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 }]#3. 重新打开 Sourcetree 本文作者:Mr 本文链接: http://sevming.github.io/Git/sourcetree.html 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 许可协议。转载请注明出处!