libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.59k stars 383 forks source link

Issue: Invalid credential type #1086

Open emirot opened 3 years ago

emirot commented 3 years ago

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