0
点赞
收藏
分享

微信扫一扫

SourceTree 2.4.8.0 安装及使用简介

魔都魅影梅杜萨 2022-03-21 阅读 64
android

安装
1、双击文件夹下的SourceTreeSetup-2.4.8.0.exe进行安装,到以下界面停止,关闭窗口(因为下面需要翻墙才能登陆)
在这里插入图片描述
我双击之后直接在桌面有了图标,然后双击打开发现闪退,最后以管理员方式运行,才有了上面的界面,管理员方式也打不开的时候,多打开几次试试。
2、打开文件资源管理器,在地址栏中输入【%LocalAppData%\Atlassian\SourceTree\】
进入如下界面

3、在SourceTree目录下新建accounts.json文件
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

}

]

4、直接关闭刚刚的界面,重新以管理员方式运行打开,若打不开多试几次,可能出现问题,按照提示安装即可。
我选的是下载一个内嵌版什么东西,接着就进入主页面了。如下
在这里插入图片描述
下面是两篇优秀的博主写的使用方法:
https://blog.csdn.net/weixin_48872249/article/details/112728188?utm_medium=distribute.pc_relevant.none-task-blog-2defaultbaidujs_title~default-1.pc_relevant_default&spm=1001.2101.3001.4242.2&utm_relevant_index=4

https://blog.csdn.net/weixin_48872249/article/details/112728188?utm_medium=distribute.pc_relevant.none-task-blog-2defaultbaidujs_title~default-1.pc_relevant_default&spm=1001.2101.3001.4242.2&utm_relevant_index=4

举报

相关推荐

0 条评论