A bit detail, when I went to commit I had an error telling:
git commit -F /tmp/Rtmp1RvJ1f/git-commit-message-3191c8aecad.txt
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
I executed the commands with my user information and it worked great!
Thanks
Alfonso Carabantes