类型 .git\HEAD 在 Git Bash 中不起作用 Windows 10
type .git\HEAD doesn't work in Git Bash of Windows 10
我想在 Windows 10 的 Git Bash 中使用此命令 type .git\HEAD
,但我刚得到这个:-
bash: type: .gitHEAD: not found
但是头文件确实存在于文件夹.git
下。我也尝试了 type .git/HEAD
和 type .git\HEAD
,但没有成功。
我怎样才能解决这个问题?
我想在 Windows 10 的 Git Bash 中使用此命令 type .git\HEAD
,但我刚得到这个:-
bash: type: .gitHEAD: not found
但是头文件确实存在于文件夹.git
下。我也尝试了 type .git/HEAD
和 type .git\HEAD
,但没有成功。
我怎样才能解决这个问题?