You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you think we should specify that DVC does not support interactive auth, and so credentials must be saved somewhere and automatically available when running Git commands to access a private repo?
I think we should make this a broader troubleshooting to explain common issues users might face when DVC needs to authenticate a Git repo. Some example issues that could be covered (I think there have been more):
DVC will read from credential helpers; suggest to use those.
DVC does not support interactive authentication, so the credentials must be stored somewhere already (like from having git cloned separately) before you can use them.
Keep in mind that local/repo-specific config will not be used when cloning another repo.
Originally posted by @dberenbaum in #4211 (comment)
The text was updated successfully, but these errors were encountered: