Closed fuzzybinary closed 8 months ago
Apparently repo.commit doesn't properly sign commits using your configured signing key, and you have to run the git command directly using repo.git.commit.
repo.commit
repo.git.commit
What and why?
Apparently
repo.commit
doesn't properly sign commits using your configured signing key, and you have to run the git command directly usingrepo.git.commit
.Review checklist