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

Couscous deploy should use local account settings when available #233

Open
taophp opened this issue May 21, 2019 · 0 comments
Open

Couscous deploy should use local account settings when available #233

taophp opened this issue May 21, 2019 · 0 comments

Comments

@taophp
Copy link

taophp commented May 21, 2019

Hi,

I just tried Couscous, and I'm very enthusiastic. But I meet a problem.

I have set some account setting locally in the project like this:

git config user.email "[email protected]"
git config user.name "Your Name"

I intentionally avoid the --global option as I use more than one account on the same machine.

The problem is that when I want to deploy with couscous, I got an error:

In CommandRunner.php line 29:

  *** Please tell me who you are.

  Run

    git config --global user.email "[email protected]"
    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 <[email protected]>) not allowed

I hope it could be fixed soon. Thanks for your work, and hold on guys.

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

1 participant