我在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。
答案 0 :(得分:0)