【发布时间】:2018-12-23 08:30:57
【问题描述】:
我想在 Windows 10 的 Git Bash 中使用这个命令 type .git\HEAD,但我得到了这个:-
bash: type: .gitHEAD: not found
但是头文件确实存在文件夹.git下。我也尝试了type .git/HEAD 和type .git\\HEAD,但没有成功。
我怎样才能解决这个问题?
【问题讨论】:
-
要获得更多启发,请在 bash 会话中运行
type type。