为了方便观看git中的项目,安装之。
下载之,安装,遇到需要注册,总打不开网页,需要FQ,百度之。
免注册登录:
链接:http://blog.csdn.net/leishao8852/article/details/52432733
在目录C:Users{youruser}AppDataLocalAtlassianSourceTree
下创建文件accounts.json
,注意:{youruser}需要替换为登录系统用户名。
写入如下内容:
[
{
"$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": "username@email.com"
},
"IsDefault": false
}
]
之后又提示找不到mercial,选不使用。
完毕。