fatal: unable to auto-detect email address (got 'root@0cb5fbb7ddf6.(none)') code example
Example: fatal: unable to auto-detect email address (got 'root@LaptopName.(none)')
git config --global user.email "[email protected]"
git config --global user.name "Your Name"