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
And debug into it, I found the odb_read_1 in libgit2 will find a oid with type GIT_OBJ_COMMIT, it do not match the GIT_OBJ_TAG, so the type is mismatch.
The text was updated successfully, but these errors were encountered:
I have a git repo, and there are some tags in the repo. I use the
- [GTRepository allTagsWithError:]
could not get any tags.I debug the code, I found that :
The
lookUpObjectByGitOid:
will return nil.And debug into it, I found the
odb_read_1
in libgit2 will find a oid with typeGIT_OBJ_COMMIT
, it do not match theGIT_OBJ_TAG
, so the type is mismatch.The text was updated successfully, but these errors were encountered: