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

Remove requirement on globally configured git name and email #366

Open
alfredolito opened this issue Oct 31, 2024 · 0 comments · May be fixed by #367
Open

Remove requirement on globally configured git name and email #366

alfredolito opened this issue Oct 31, 2024 · 0 comments · May be fixed by #367

Comments

@alfredolito
Copy link
Contributor

Setting the name and email in ~/.password-store/.git/config is insufficient for Ripasso. Ripasso requires these configurations to be set globally, which seems unnecessary, as repository-specific settings should suffice.

Current behaviour:

Ripasso won't start.

Error message:

You haven't configured you name and email in git, doing so will make cooperation with your team easier, you can do it like this:
git config --global user.name "John Doe"
git config --global user.email "[email protected]"

...(etc).

Desired behaviour:

Start ripasso, and use the configuration in the ~/.password-store git repository.

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

Successfully merging a pull request may close this issue.

1 participant