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 LFS plugin does not handle credentials #70

Open
dragly opened this issue Dec 12, 2018 · 1 comment
Open

Git LFS plugin does not handle credentials #70

dragly opened this issue Dec 12, 2018 · 1 comment

Comments

@dragly
Copy link
Member

dragly commented Dec 12, 2018

The Git LFS plugin doesn't handle cases where Git prompts the user to enter her credentials. We need to detect this case and issue a useful error telling the user to use ssh keys or store credentials in a way that avoids the prompt.

@alejoe91
Copy link
Contributor

Git LFS fails if credeintials are not cached, because the Popen asks for credentials.
One way of dealing with it could be caching credentials once and for all. (https://stackoverflow.com/questions/5343068/is-there-a-way-to-cache-github-credentials-for-pushing-commits)

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