diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl1yBP_JDsO1TWSC1usoHXpfDRU01u_GXY <Pter_Kroly@web> | 2012-08-31 12:05:39 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-08-31 12:05:39 +0000 |
commit | c8f5738114419e6e7bf4d4eac5b7cea96bb818d5 (patch) | |
tree | cacecdecd54028c10be73dadc1a54df2504cc63d /doc/bugs/fatal:_empty_ident_name.mdwn | |
parent | 56c037c69e75def74d6ea90de8aa8a1954c52178 (diff) |
Diffstat (limited to 'doc/bugs/fatal:_empty_ident_name.mdwn')
-rw-r--r-- | doc/bugs/fatal:_empty_ident_name.mdwn | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/bugs/fatal:_empty_ident_name.mdwn b/doc/bugs/fatal:_empty_ident_name.mdwn new file mode 100644 index 000000000..b86c42828 --- /dev/null +++ b/doc/bugs/fatal:_empty_ident_name.mdwn @@ -0,0 +1,46 @@ +**What steps will reproduce the problem?** + + stone@skynet ~/annex $ git init + Initialized empty Git repository in /home/stone/annex/.git/ + stone@skynet ~/annex $ git annex init "work" + init work + *** 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. + Omit --global to set the identity only in this repository. + + fatal: empty ident name (for <stone@skynet>) not allowed + git-annex: git ["--git-dir=/home/stone/annex/.git","--work-tree=/home/stone/annex","commit-tree","4b825dc652cb6eb9a060e64bf8d69288fbee4904"] exited 128 + stone@skynet ~/annex $ git config -l + user.email=stone@nospam.hu + user.name=Stone + core.editor=nano + color.ui=auto + core.repositoryformatversion=0 + core.filemode=true + core.bare=false + core.logallrefupdates=true + annex.uuid=499fb545-0b98-4bfc-816c-fb3704f3aaa0 + stone@skynet ~/annex $ cat ~/.gitconfig + [user] + email = stone@nospam.hu + name = Stone + [core] + editor = nano + [color] + ui = auto + stone@skynet ~/annex $ + +**What is the expected output? What do you see instead?** + + +**What version of git-annex are you using? On what operating system?** + +commit 56c037c69e75def74d6ea90de8aa8a1954c52178 Arch Linux + +**Please provide any additional information below.** |