如何从 TortoiseHG 设置默认推/拉存储库

发布于 2024-10-05 12:15:13 字数 72 浏览 6 评论 0原文

对于我的一个存储库,它不记得我正在拉取和推送到的存储库的名称。我的机器上的任何其他存储库都没有这个问题。他们有办法解决这个问题吗?

For one of my repositories, it doesn't remember the name of the repository I am pulling and pushing to. I don't have this problem with any of the other repositories on my machine. Is their any way to fix this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

上课铃就是安魂曲 2024-10-12 12:15:13

在有问题的存储库的 .hg 文件夹中,创建或编辑 hgrc 并添加:

[paths]
default = path\to\default\push

或从 TortoiseHg(对我来说是 1.1.6),转到同步对话框并添加单击“配置”(或直接转到存储库设置和“同步”项)并添加“默认”别名以及默认推/拉存储库的正确路径。

In the .hg folder for the repository with a problem, create or edit hgrc and add:

[paths]
default = path\to\default\push

or from TortoiseHg (1.1.6 for me), go to the Synchronize dialog and click Configure (or just go directly to repository settings and the Synchronize item) and add an alias of "default" with the correct path for your default push/pull repository.

墨小墨 2024-10-12 12:15:13

从版本 3.0 开始,没有用于选择默认 URL 的“设置”。相反,您必须为所需的 URL 创建一个“default”别名。

为此,请在工作台中右键单击存储库并选择设置。单击编辑文件并添加一行(见下文),指定所需存储库的默认路径。

default = URL of repository

As of version 3.0 there is no "setting" for choosing the default URL. Instead you must create an alias of "default" for the URL that you want.

To do so, from workbench, right click on the repository and select settings. Click Edit File and add a line (see below) that specifies the default path to the desired repository.

default = URL of repository
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文