我试图启用 Mercurial 附带的 gpg 扩展来签署我的变更集。
我正在使用以下两行来启用 hgrc 文件中的扩展:[extensions]
hgext.gpg= FILEPATH
将这些行添加到 hgrc 文件后,我收到以下错误:
***Failed to import extension hgext.gpg from ...location...: Non-ASCII character '\xf3' in file ...location... on line 1,
but no encoding declared; see http://www.python.org/dev/peps/pep-0263.html for details
有人能帮我吗?