SourceTree 这是一个无效源路径URL的 解决方法

SourceTree 这是一个无效源路径URL的 解决方法,第1张

看网上的教程都解决不了,这是一个大坑,折腾了很久。

如果说你的项目存在,而不是url真的无效,那就是因为 你的权限问题

因为你的sourcetree登过其他账号,在sourceTree设置里面记录了他人账号,并且将别人账号作为了默认账户。

现在sourcetree中bug太多,账号根本删除不掉。

win7 保存在用户凭据

控制面板 》 用户帐户 》 管理你的凭据

选择 [Windows 凭据]

git 保存的用户信息在普通凭据列表里

删除不需要的账户信息就行

首次登陆后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

  }

]


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/9992899.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-04
下一篇 2023-05-04

发表评论

登录后才能评论

评论列表(0条)

保存