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
Hi I'm having trouble running this hook, the following is the error log.
[WARNING] Unstaged files detected.
[INFO] Stashing unstaged files to /home/shay/a/nhendy/.cache/pre-commit/patch1580363237.
[INFO] Initializing environment for git://github.com/doublify/pre-commit-clang-format.
[INFO] Restored changes from /home/shay/a/nhendy/.cache/pre-commit/patch1580363237.
An unexpected error has occurred: CalledProcessError: command: ('/usr/libexec/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/shay/a/nhendy/.cache/pre-commit/pre-commit.log
Log file:
### version information
pre-commit version: 2.0.0
sys.version:
3.6.8 (default, Aug 7 2019, 17:28:10)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
sys.executable: /usr/bin/python3
os.name: posix
sys.platform: linux
### error information
An unexpected error has occurred: CalledProcessError: command: ('/usr/libexec/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.
Traceback (most recent call last):
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/store.py", line 178, in clone_strategy
self._shallow_clone(ref, _git_cmd)
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/store.py", line 164, in _shallow_clone
'--depth=1',
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/store.py", line 175, in _git_cmd
cmd_output_b('git', *args, cwd=directory, env=env)
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/util.py", line 126, in cmd_output_b
raise CalledProcessError(returncode, cmd, retcode, stdout_b, stderr_b)
pre_commit.util.CalledProcessError: command: ('/usr/libexec/git-core/git', '-c', 'protocol.version=2', 'submodule', 'update', '--init', '--recursive', '--depth=1')
return code: 1
expected return code: 0
stdout: (none)
stderr:
usage: git submodule [--quiet] add [-b <branch>] [-f|--force] [--name <name>] [--reference <repository>] [--] <repository> [<path>]
or: git submodule [--quiet] status [--cached] [--recursive] [--] [<path>...]
or: git submodule [--quiet] init [--] [<path>...]
or: git submodule [--quiet] deinit [-f|--force] [--] <path>...
or: git submodule [--quiet] update [--init] [--remote] [-N|--no-fetch] [-f|--force] [--rebase] [--reference <repository>] [--merge] [--recursive] [--] [<path>...]
or: git submodule [--quiet] summary [--cached|--files] [--summary-limit <n>] [commit] [--] [<path>...]
or: git submodule [--quiet] foreach [--recursive] <command>
or: git submodule [--quiet] sync [--recursive] [--] [<path>...]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/error_handler.py", line 54, in error_handler
yield
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/main.py", line 351, in main
args=args.rest[1:],
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/commands/hook_impl.py", line 180, in hook_impl
return retv | run(config, store, ns)
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/commands/run.py", line 326, in run
for hook in all_hooks(config, store)
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/repository.py", line 206, in all_hooks
for repo in root_config['repos']
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/repository.py", line 207, in <genexpr>
for hook in _repository_hooks(repo, store, root_config)
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/repository.py", line 182, in _repository_hooks
return _cloned_repository_hooks(repo_config, store, root_config)
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/repository.py", line 148, in _cloned_repository_hooks
manifest_path = os.path.join(store.clone(repo, rev), C.MANIFEST_FILE)
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/store.py", line 182, in clone
return self._new_repo(repo, ref, deps, clone_strategy)
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/store.py", line 139, in _new_repo
make_strategy(directory)
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/store.py", line 180, in clone_strategy
self._complete_clone(ref, _git_cmd)
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/store.py", line 153, in _complete_clone
git_cmd('checkout', ref)
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/store.py", line 175, in _git_cmd
cmd_output_b('git', *args, cwd=directory, env=env)
File "/home/shay/a/nhendy/.local/lib/python3.6/site-packages/pre_commit/util.py", line 126, in cmd_output_b
raise CalledProcessError(returncode, cmd, retcode, stdout_b, stderr_b)
pre_commit.util.CalledProcessError: command: ('/usr/libexec/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.
The text was updated successfully, but these errors were encountered:
Hi I'm having trouble running this hook, the following is the error log.
Log file:
The text was updated successfully, but these errors were encountered: