Não consegui adicionar o repositório remoto do modo como o instrutor explicou. Consegui de outro jeito
RELANY@DESKTOP-CDLAP5J MINGW64 ~/Google Drive/estudos/alura/gitcourse (master)
$ git remote add local C:/Users/RELANY/Google Drive/Estudos/ALURA/servidor/
usage: git remote add [<options>] <name> <url>
-f, --fetch fetch the remote branches
--tags import all tags and associated objects when fetching
or do not fetch any tag at all (--no-tags)
-t, --track <branch> branch(es) to track
-m, --master <branch>
master branch
--mirror[=(push|fetch)]
set up remote as a mirror to push to or fetch from
RELANY@DESKTOP-CDLAP5J MINGW64 ~/Google Drive/estudos/alura/gitcourse (master)
$ git remote add local 'Google Drive'/Estudos/ALURA/servidor
RELANY@DESKTOP-CDLAP5J MINGW64 ~/Google Drive/estudos/alura/gitcourse (master)
$ git remote
local
RELANY@DESKTOP-CDLAP5J MINGW64 ~/Google Drive/estudos/alura/gitcourse (master)
$
Por que isso aconteceu?