summaryrefslogtreecommitdiff
path: root/doc/forum/Fail_to_push_changes_when_merging/comment_1_a44e03cbce4c996e136f917d8e06a7bb._comment
blob: 751d701ad1c6bdb4023ad0993322e885c0b5e397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[!comment format=mdwn
 username="spwhitton"
 subject="comment 1"
 date="2015-12-08T01:20:26Z"
 content="""
It looks like git is failing because it can't autodetect an e-mail address for root on the target machine.  This might be because the target machine does not have a FQDN, but I'm not sure.  Try logging into the target machine as root and running

    git config --global user.email root@lending-test.local
    git config --global user.name root

as it suggests.
"""]]