摘要:
abort: no username supplied (see "hg help config") 在hg中输入commit 指令时,如果出现下述结果:$ hg commitabort: no username supplied (see "hg help config")则按照下述步骤进行设置Step 1:在当前目录中输入:$ cd .hgStep 2:修改在.hg目录下的hgrc文件:$ notepad hgrchgrc文件的内容为:[paths]default = http://www.selenic.com/repo/helloStep 3:在 阅读全文