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

Installing causes git to replace user.email and user.name #30

Open
Samathy opened this issue Dec 24, 2016 · 1 comment
Open

Installing causes git to replace user.email and user.name #30

Samathy opened this issue Dec 24, 2016 · 1 comment

Comments

@Samathy
Copy link

Samathy commented Dec 24, 2016

A while ago I installed end2end on one of my machines - I noticed today that my git user.email and user.name are now ' Fernando Moreira [email protected] '.
This has affected all commits since I installed end2end.

I'm unsure why this happened - and it may well be due to my own lack of knowledge, or possibly not reading some instructions correctly. (in which case - my bad)

You might want to either check out why this happened, or warn users to check that their details are still correct after installing end2end.

@drkokandy
Copy link

That will be due to deploy.sh -
Either comment out these lines:

# config
git config --global user.email "[email protected]"
git config --global user.name "Fernando Moreira"

Or replace them with your name and email.

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