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

git commit -m "My Django Girls app" will not work #224

Closed
Alex-G-89 opened this issue Dec 27, 2014 · 2 comments
Closed

git commit -m "My Django Girls app" will not work #224

Alex-G-89 opened this issue Dec 27, 2014 · 2 comments

Comments

@Alex-G-89
Copy link

Hello,

I have dfficulties with chapter 12. Deploy !
More precisely in Git subchapter.

When I am to create a new git repository and save my changes it won't work. So I go to my console and run these commands:

$ git init
Initialized empty Git repository in ~/djangogirls/.git/
$ git add .

All good but when I run this command:

$ git commit -m "My Django Girls app"

I get this message:

*** 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: unable to auto-detect email address(got 'Ana@Ursi,(none)')

(avevn) C:\Users\Ana\djangogirls>

Till this point I hope I followed your instructions in this chapter correctly. Do not know. I may have done some errors before and consequences appeared now ?

regards,
alex

@keikoro
Copy link

keikoro commented Jan 16, 2015

@Alex-G-89, I saw you closed the issue the same day you opened it - did you manage to resolve your git problems? Or was that an accidental close?

@Alex-G-89
Copy link
Author

Hy,

I resolved the issue the same day and closed it.

Thanks for your concerns.
Alex
Dne 16. jan. 2015 15:55 je oseba "Kay" notifications@github.com napisala:

@Alex-G-89 https://github.com/Alex-G-89, I saw you closed the issue the
same day you opened it - did you manage to resolve your git problems? Or
was that an accidental close?


Reply to this email directly or view it on GitHub
#224 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants