Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unconfigured git error #64

Closed
dmpetrov opened this issue May 6, 2017 · 0 comments
Closed

Unconfigured git error #64

dmpetrov opened this issue May 6, 2017 · 0 comments
Assignees
Labels
bug Did we break something?
Milestone

Comments

@dmpetrov
Copy link
Member

dmpetrov commented May 6, 2017

Git repository might be created but git might be not configured.
The results of this failure:

  1. .gitignore file was not created.
  2. change was not committed
c:\src\tmp>dvc init
Directories data/, .cache/ and .state/ were created
Error. Git command error (git commit -m DVC init. data dir data, cache dir .cache, state dir .state):
*** 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 <(NULL)>) not allowed
@dmpetrov dmpetrov added the bug Did we break something? label May 6, 2017
@dmpetrov dmpetrov added this to the dvc August-28 milestone Jul 31, 2017
@efiop efiop self-assigned this Aug 5, 2017
efiop referenced this issue in efiop/dvc Aug 5, 2017
Making sure git is configured at least with name and email,
so our commits can be commited without any problems.

Fixes #64.

Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com>
@efiop efiop closed this as completed in #151 Aug 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Did we break something?
Projects
None yet
Development

No branches or pull requests

2 participants