Ошибка при записи файлов в репозиторий
Кто, может, сталкивался с подобным? Пишу,как в уроке, а GIT выдаёт ошибки вот с этого места.
Главное клон репозитория в локальной папке создаётся, а содержимое этой локальной папки занести в репозиторий не получается. Что делать? Подскажите, кто знает в чём ошибка.
Сергей@home-pc MINGW64 /c/xampp/htdocs/kinomonster (master)
$ git init
Reinitialized existing Git repository in C:/xampp/htdocs/kinomonster/.git/
Сергей@home-pc MINGW64 /c/xampp/htdocs/kinomonster (master)
$ git remote add origin https: //cn86259@bitbucket.org/cn86259/kinomonster.git
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
Сергей@home-pc MINGW64 /c/xampp/htdocs/kinomonster (master)
$ git add --all
error: 'kinomonster/' does not have a commit checked out
fatal: adding files failed
Сергей@home-pc MINGW64 /c/xampp/htdocs/kinomonster (master)
$ git commit -m "first commit"
*** 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 'Сергей@home-pc.(none)')
Сергей@home-pc MINGW64 /c/xampp/htdocs/kinomonster (master)
$