]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/problem_with_git_after_a_commit_of_ikiwiki/comment_1_2b9986717769419a8ae0f730c36b7e65._comment
Change Projects link to point to projects DB
[ikiwiki.git] / doc / forum / problem_with_git_after_a_commit_of_ikiwiki / comment_1_2b9986717769419a8ae0f730c36b7e65._comment
1 [[!comment format=mdwn
2  username="http://smcv.pseudorandom.co.uk/"
3  nickname="smcv"
4  subject="comment 1"
5  date="2012-03-26T08:22:37Z"
6  content="""
7 The problem is visible in what you pasted:
8
9     fatal: empty ident  <git@r36457.ovh.net
10     > not allowed
11
12 and so is the solution:
13
14     *** Please tell me who you are.
15     
16     Run
17     
18       git config --global user.email \"you@example.com\"
19       git config --global user.name \"Your Name\"
20     
21     to set your account's default identity.
22 """]]