我必须直接设置remote.origin.url

时间:2019-03-09 17:58:18

标签: git

我在Ubuntu上工作。每次尝试克隆存储库时,都必须直接设置remote.origin.url

在Windows上,我只需要git clone“ repository-name”,而不必每次都设置remote.origin.url来克隆正确的存储库。

我该如何在Windows上克隆Ubuntu上的repo?

那一刻,我的git config remote.origin.url看起来像这样:

remote.origin.url=https://github.com/username/repo1.git

当我尝试git clone https://github.com/username/repo2.git时,它是克隆repo1,而不是repo2。

1 个答案:

答案 0 :(得分:0)

@anton-karatkevich的解决方案

根据同一作者的解决方案 @ anton-karatkevich

  

“我应该取消设置remote.origin.url的全局配置。”