Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1543037
  • 博文数量: 596
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-06 15:50
个人简介

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

分类: 云计算

2013-12-13 09:49:52

1. no username supplied (see "hg help config")

XP:
sample.hgrc到 Mercurial.ini

Take the default Mercurial.ini file found at in the Mercurial executable install directory (C:\Program Files\Mercurial\Mercurial.ini on my machine) and copy it to your user home dir (C:\Documents and Settings\myName on winXP).

Windows 7: 
sample.hgrc到 Mercurial.ini
there is no default .ini, you will need to create a new one in C:\Users\myName.

Then edit that .ini file. Find this area. The username needs an email set. It will be blank--add your email name here.

linux:
拷贝一份sample.hgrc到~/.hgrc

修改如下:
[ui]
; editor used to enter commit logs, etc.  Most text editors will work.
editor = notepad
username = userEmail@domain.com 

阅读(448) | 评论(0) | 转发(0) |
0

上一篇:SPICE 小计

下一篇:ECLIPSE 小计

给主人留下些什么吧!~~