我不想使用 g模板,因此,我可以就我在当地拥有的所有回馈拥有几个预先确定的hoo。 然而,当我试图在git时,它没有在名录中找到模板。 如果我通过其他手段具体指出这一点,情况就是如此。
[nix-shell:~/tmp/ai-webui/foo]$ git config --global init.templateDir
/home/abrahms/.git_template/
[nix-shell:~/tmp/ai-webui/foo]$ git init
warning: templates not found in /home/abrahms/.git_template/
Initialized empty Git repository in /home/abrahms/tmp/ai-webui/foo/.git/
[nix-shell:~/tmp/ai-webui/foo]$ git init --template=/home/abrahms/.git_template/
Reinitialized existing Git repository in /home/abrahms/tmp/ai-webui/foo/.git/
[nix-shell:~/tmp/ai-webui/foo]$ export GIT_TEMPLATE_DIR="$HOME/.git_template/"
[nix-shell:~/tmp/ai-webui/foo]$ git init
Reinitialized existing Git repository in /home/abrahms/tmp/ai-webui/foo/.git/
[nix-shell:~/tmp/ai-webui/foo]$ unset GIT_TEMPLATE_DIR
[nix-shell:~/tmp/ai-webui/foo]$ git init
warning: templates not found in /home/abrahms/.git_template/
Reinitialized existing Git repository in /home/abrahms/tmp/ai-webui/foo/.git/
[nix-shell:~/tmp/ai-webui/foo]$ git --version
git version 2.40.1
d 期望<条码>git init就象注明国旗或<条码>-template。