0

如果我想用 SourceTree 克隆我的仓库,我总是会收到错误“路径不正确”?

任何想法:我的 gitlab 路径:git@gitlab.com:danielmauch/myapp.git 在此处输入图像描述

4

2 回答 2

0

您必须使用项目主页上列出的 URL。

最有可能的是:https ://gitlab.com/danielmauch/myapp.git

于 2016-03-04T12:27:16.393 回答
0

您可以将 sourcetree 与托管在 gitlab 上的存储库一起使用。

首先,您需要在 cli 中将 repo 克隆到本地。例如:

git clone https://username:passsword@gitlab.com/exiang/midian.git midian

完成后,打开 sourcetree GUI,单击“+ New Repository”,然后单击“Add existing local repo”并选择您的本地文件夹(在本例中:“midian”)

在此处输入图像描述

于 2016-10-12T02:39:11.597 回答