From 0f6d4104833c12002d0eb2a7e0195ce7c1b5051d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis?= Date: Sun, 22 Feb 2015 10:25:50 +0000 Subject: [PATCH] --- ...or_when_git_global_email+name_not_set.mdwn | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/bugs/assistant_report_error_when_git_global_email+name_not_set.mdwn diff --git a/doc/bugs/assistant_report_error_when_git_global_email+name_not_set.mdwn b/doc/bugs/assistant_report_error_when_git_global_email+name_not_set.mdwn new file mode 100644 index 0000000000..bf2892e5d1 --- /dev/null +++ b/doc/bugs/assistant_report_error_when_git_global_email+name_not_set.mdwn @@ -0,0 +1,20 @@ +### Please describe the problem. +When setting git-annex on a device (a mac at least in my case), where git has never been used, you get a cryptic git error in the assistant which prevents you to create your first repo. +Going to the terminal and running git --global for email and name solved the problem. + + +### What steps will reproduce the problem? + + +### What version of git-annex are you using? On what operating system? + + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]]