git fatal:ambiguous argument HEAD: unknown revision or path not in the working tree. 解决方案

0x00 解决方案

Ubuntu 14.04 在运行git init后,编译文件显示fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.错误。

git fatal:ambiguous argument HEAD: unknown revision or path not in the working tree. 解决方案_第1张图片

解决方案  输入命令 

git commit --allow-empty -n -m "Initial commit"

git fatal:ambiguous argument HEAD: unknown revision or path not in the working tree. 解决方案_第2张图片

提示需要身份验证,输入身份验证:

git config --global user.email "[email protected]"
git config --global user.name "aaaa"

再次git commit --allow-empty -n -m "Initial commit",  然后make成功。

你可能感兴趣的:(内核模糊测试,git,fata,error)