zplug를 사용하여 git contrib 스크립트를 설정하는 방법은 무엇입니까?

zplug를 사용하여 git contrib 스크립트를 설정하는 방법은 무엇입니까?

zsh를 통해 diff-highlight 자동 설치를 추가하고 싶습니다.플러그 플러그:

zplug "git/git", as:command, use:"contrib/diff-highlight/diff-highlight" \
  hook-build:"cd contrib/diff-highlight && make", \
  depth:1

수동으로 시도하면 빌드 후크가 작동하여 바이너리를 생성하지만 아무 작업도 수행되지 않으며 zplug install.

다음과 관련된 오류 줄이 있습니다.

{"pid":27363,"shlvl":1,"level":"INFO","dir":"/home/sullivan/dotfiles","message":"git/git: no matches found, rename_hash is empty","trace":["__zplug::log::write::info:2","__zplug::sources::github::load_command:70","(eval):1","__zplug::core::sources::use_handler:13","__zplug::core::cache::commands:13","__load__:55","__zplug::core::core::run_interfaces:14","zplug:12","/home/sullivan/.zshrc:16","zsh:80"],"date":"2019-02-19T16:16:23+0100"}

내가 뭔가를 놓친 걸까요, 아니면 버그인가요? 이것이 버그라면 zplug 저장소에 문제를 공개하겠습니다.

감사해요

관련 정보