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 commit --allow-empty -n -m "Initial commit"

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

git config --global user.email "aaaa@aaa.com"
git config --global user.name "aaaa"

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

This error message indicates that the Git command you executed is trying to reference a branch, tag, or commit that does not exist in the current repository or working tree. Here are some possible reasons for this error: - The branch, tag, or commit you are trying to reference may have been deleted or renamed. - You may have misspelled the name of the branch, tag, or commit. - The branch, tag, or commit may exist in a remote repository but not in your local repository. In this case, you may need to fetch the changes from the remote repository before you can reference the branch, tag, or commit. To resolve this error, you can try the following steps: 1. Check the spelling of the branch, tag, or commit you are trying to reference. Make sure it exists in the repository and that you are using the correct name. 2. If the branch, tag, or commit exists in a remote repository, try fetching the changes using the `git fetch` command. This will update your local repository with the latest changes from the remote repository. 3. If you are still unable to reference the branch, tag, or commit, it may have been deleted or renamed. In this case, you may need to contact the repository owner or administrator for assistance. Overall, it's important to make sure you are using the correct names and references when working with Git branches, tags, and commits. Double-checking your commands and verifying that the objects you are referencing exist in the repository can help you avoid errors like this one.
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值