如何在 Mercurial 中更新现有克隆存储库的 URL

How to update URL of the existing cloned repository in Mercurial

我正在使用 mercurial 进行源代码管理。我已经从地址

克隆了一个存储库

http://xyz/

现在我的存储库地址已更改为 https 而不是 http。

https://xyz/

如何在现有的克隆存储库中更新它,以便我可以提取最新的更改,而无需再次克隆整个存储库?

只需转到存储库的设置。点击编辑文件 它应该显示如下内容

[paths]
default = http://xyz

将其更改为 https,应该可以解决问题