OS: MacOS 13.5.2 Python version: 3.12 google-auth version: 2.23.0 I use conda. Create environment.yml file with the following content: name: auth-bug channels: - conda-forge dependencies: - python ~= ...
I am iterating over commits of a repository and getting information about the commiter: import pygit2 # type: ignore # this is a git clone of # git@github.com:facebook/react.git repo_path = ...