exdir icon indicating copy to clipboard operation
exdir copied to clipboard

Git LFS plugin does not handle credentials

Open dragly opened this issue 6 years ago • 1 comments

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.

dragly avatar Dec 12 '18 22:12 dragly

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)

alejoe91 avatar Apr 30 '19 08:04 alejoe91