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
pre-commit on a fresh install is not able to run powrap.
I got this error after first pre-commit run:
[INFO] Initializing environment for https://github.com/JulienPalard/powrap.
An unexpected error has occurred: CalledProcessError: command: ('/usr/lib/git-core/git', 'checkout', 'master')
return code: 1
expected return code: 0
stdout: (none)
stderr:
error: pathspec 'master' did not match any file(s) known to git
Check the log at /home/user/.cache/pre-commit/pre-commit.log
It looks like there is no master branch in powrap repo anymore.
The text was updated successfully, but these errors were encountered:
pre-commit
on a fresh install is not able to runpowrap
.I got this error after first
pre-commit
run:It looks like there is no
master
branch inpowrap
repo anymore.The text was updated successfully, but these errors were encountered: