1
resposta

unknown option: -config

o comando config não foi reconhecido... Será que eu pulei algum passo ou coisa semelhante?

Segue a resposta do terminal

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 D:\Cursos\Alura Cursos\3386-git-github-projeto_inicial\3386-git-github-projeto_inicial>

1 resposta

Oi!

Acho que você colocou um hifem antes do config, mas o comando é sem hifem mesmo:

git config --global user.name "SEU NOME"
git config --global user.email "SEU EMAIL"