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 config credential helper does not work on Linux #1

Open
AJ-Acevedo opened this issue Apr 3, 2014 · 1 comment
Open

git config credential helper does not work on Linux #1

AJ-Acevedo opened this issue Apr 3, 2014 · 1 comment

Comments

@AJ-Acevedo
Copy link
Owner

I need to implement a way to set the .gitconfig credential helper to work with both Mac OS X and Linux or modify the Rakefile as the following lines in the .gitconfig is Mac OS specific.

[credential]
  helper = osxkeychain
@AJ-Acevedo
Copy link
Owner Author

For Linux: git config --global credential.helper "cache --timeout=3600"
For Mac: git config --global credential.helper osxkeychain

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