我正在关注一个试图开始使用mercurial的教程。我创建了一个repo并添加了文件。第一次,它返回一个错误,告诉我设置我的用户名。好的,做到了,但问题仍然存在。我找到的唯一解决方案是将verbose = True
添加到mercurial.ini文件(这没有帮助)并运行hg --debug showconfig
,但是这个解决方案对于与500行的确切关系不太准确左右输出。
目前的mercurial.ini:
# example user config (see 'hg help config' for more info)
[ui]
# name and email, e.g.
# username = Jane Doe <jdoe@example.com>
username = Miroslav Marecek <miroslavmarecek@someemail.com>
[extensions]
# uncomment these lines to enable some popular extensions
# (see 'hg help extensions' for more info)
#
# pager =
# color =
我将很感激一个确切的答案,即:“在那里改变它,它会起作用。”