PS C:\Users\Gleibson\Desktop\3386-git-github-projeto_inicial> git init Reinitialized existing Git repository in C:/Users/Gleibson/Desktop/3386-git-github-projeto_inicial/.git/ PS C:\Users\Gleibson\Desktop\3386-git-github-projeto_inicial> git add . PS C:\Users\Gleibson\Desktop\3386-git-github-projeto_inicial> git commit -m "Aula Git - projeto"
*** 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.
fatal: unable to auto-detect email address (got 'Gleibson@Gleibson.(none)') PS C:\Users\Gleibson\Desktop\3386-git-github-projeto_inicial> git -config --global user.email "gleibson.2018@outlook.com.br"
git config --global user.name "GleibsonK" unknown option: -config usage: git [-v | --version] [-h | --help] [-C ] [-c =] [--exec-path[=]] [--html-path] [--man-path] [--info-path] [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare] [--git-dir=] [--work-tree=] [--namespace=] [--config-env==] [] PS C:\Users\Gleibson\Desktop\3386-git-github-projeto_inicial> git commit -m "Aula Git - projeto" Author identity unknown
*** 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.
fatal: unable to auto-detect email address (got 'Gleibson@Gleibson.(none)') PS C:\Users\Gleibson\Desktop\3386-git-github-projeto_inicial>