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
add remotes config to my .yaml file
lefthook install -v
Expected results
clone the repo and install the hooks
Actual results
stuck on 'waiting: fetching remotes'
Possible Solution
lefthook seems to start the cloning process as I can see the beginnings of the cloned repo at .git/info/lefthook-remotes (.git folder only)
but it seem its it gets stuck after that (nothing is being downloaded)
🔧 Summary
issue with remotes. stuck on 'waiting: fetching remotes'
Lefthook version
1.11.2 eeffc47
Steps to reproduce
add remotes config to my .yaml file
lefthook install -v
Expected results
clone the repo and install the hooks
Actual results
stuck on 'waiting: fetching remotes'
Possible Solution
lefthook seems to start the cloning process as I can see the beginnings of the cloned repo at .git/info/lefthook-remotes (.git folder only)
but it seem its it gets stuck after that (nothing is being downloaded)
Logs / Screenshots
│ [lefthook] cmd: [git version] │ [lefthook] stdout: git version 2.34.1 │ [lefthook] cmd: [git rev-parse --path-format=absolute --show-toplevel --git-path hooks --git-path info --git-dir] │ [lefthook] stdout: /root/Development /root/Development/.git/hooks /root/Development/.git/info /root/Development/.git │ Searching config in:/root/Development │ Merging remote config: https://github.com/gabr1elt/system: /root/Development/.git/info/lefthook-remotes/system-dev/.lefthook.yaml │ Cloning remote config repository: /root/Development/.git/info/lefthook-remotes/system-dev │ [lefthook] cmd: [git -C /root/Development/.git/info/lefthook-remotes clone --quiet --origin origin --depth 1 --branch dev https://github.com/gabr1elt/system system-dev] │ [lefthook] dir: /root/Development ⠦ waiting: fetching remotes^Z [1]+ Stopped lefthook install -v
The text was updated successfully, but these errors were encountered: