Error in Git commit
*** Please tell me who you are.
Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'void@void-ThinkPad-E450.(none)')
Find the. Git folder of the project directory, open it, find the config file, and add the sentence
[user]
email = your email
name = your name at the end
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://github.com/VoidSem/user_rootfs_misc
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[user]
email=your@email
name=yourname
Then submit again
Similar Posts:
- Git Error: The requested URL returned error: 403 Forbidden while accessing
- [How to Solve] fatal: No remote repository specified. Please, specify either a URL…
- Git error: requested URL returned error: 403
- Git Unable to switch remote branches error: pathspec ‘origin/XXXX’ did not match any file(s) known to git
- fatal Error: unable to auto-detect email address (got ‘tim@newton.(none)’) [Solved]
- Git Push Github ERROR: Permission to xxx.git denied to user
- git Please tell me who you are [How to Solve]
- Git clone download code prompts that the file pointed to by head does not exist
- Git is used and an error is reported. Author identity unknown solution
- [Solved] error: cannot lock ref ‘refs/remotes/origin/[branch]’