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
Since upgrade ruby v3 I got this error when I try to do git commit/push =>
[INFO] Installing environment for https://github.com/jumanjihouse/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/usr/bin/ruby', '/usr/bin/gem', 'install', '--no-document', '--no-format-executable', 'fake_gem__-0.0.0.gem')
return code: 1
expected return code: 0
stdout: (none)
stderr:
ERROR: While executing gem ... (NoMethodError)
undefined method `request' for nil:NilClass
Since upgrade ruby v3 I got this error when I try to do git commit/push =>
My .pre-commit-config.yaml =>
The text was updated successfully, but these errors were encountered: