aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/problem_with_git_after_a_commit_of_ikiwiki/comment_1_2b9986717769419a8ae0f730c36b7e65._comment
blob: ecdc20bc1ada942e274fd7c5b8579ae354f4328f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[[!comment format=mdwn
 username="http://smcv.pseudorandom.co.uk/"
 nickname="smcv"
 subject="comment 1"
 date="2012-03-26T08:22:37Z"
 content="""
The problem is visible in what you pasted:

    fatal: empty ident  <git@r36457.ovh.net
    > not allowed

and so is the solution:

    *** Please tell me who you are.
    
    Run
    
      git config --global user.email \"you@example.com\"
      git config --global user.name \"Your Name\"
    
    to set your account's default identity.
"""]]