2

嗨,我正在使用 GIT @ Unfuddle.com 作为我的代码的存储库。但是,当我尝试使用适用于 Mac 的 SourceTree 应用程序克隆存储库时,我收到以下错误/警告

警告:带有指纹 78:be:b6:a5:7a:a2:7f:59:3b:d8:8c:df:87:e6:22:c1:7e:5b:a7:a5 的 apdigital.unfuddle.com 证书不是已验证(检查 hostfingerprints 或 web.cacerts 配置设置)用户:Authentihttp 授权所需领域:2013-02-08 09:31:38.609 Askpass[10452:707] 错误(internetKeychainItemForServer:withUsername:path:port:protocol:) - 指定在钥匙串中找不到项目。致命:https ://mycompany.unfuddle.com/git/repositoryname not found:你在服务器上运行了 git update-server-info 吗?

任何人都可以帮助如何解决这个问题。我无法在我的机器上克隆存储库。

4

1 回答 1

1

Git Unfundle 文档中,远程 url 似乎是:

 git clone https://subdomain.unfuddle.com/git/subdomain_abbreviation/

请注意最后的 ' /',并记住这些地址区分大小写,因此请仔细检查 URL 中的小写 - 大写。

于 2013-02-08T08:27:33.800 回答