sourcetree一些问题
1. 储藏功能使用
提交代码的时候有时候会遇到部分需要提交,的问题,这种情况可以用到储藏功能。
使用方法:选择不想提交的部分点击上面界面的储藏,可以进行命名方便下次查看,储藏后选中文件会在待提交的地方消失。需要使用的时候,左边界面的储藏应用储藏区就可以了,不需要了可以进行删除。
2.sourcetree安装越过授权
注意:需在系统先安装git,再安装sourcetree会自动关联上
到这个界面先关闭,在我的电脑转到复制下面内容用户本地文件夹下的 SourceTree 目录
%LocalAppData%\Atlassian\SourceTree\
新建 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",