pygit2
pygit2 copied to clipboard
Issue: Invalid credential type
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