pygit2 icon indicating copy to clipboard operation
pygit2 copied to clipboard

Issue: Invalid credential type

Open emirot opened this issue 4 years ago • 0 comments

I'm using pygit2 via battenberg project:

  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pygit2/callbacks.py", line 471, in get_credentials
    raise TypeError("invalid credential type")
TypeError: invalid credential type

Is it expected to find credentials in a specific format? Could it be related to https://github.com/libgit2/pygit2/issues/1013#issuecomment-679200156

emirot avatar Jul 13 '21 23:07 emirot