Алексей Виноградов благодарю за помощь
вот эти 2 команды все хорошо выполнились
git init
git remote add origin https://YuriyBuzhko@bitbucket.org/YuriyBuzhko/kinomonster.git
а следующая команда
git push -u origin master ВЫДАЛА ОШИБКУ
http://skrinshoter.ru/s/300718/chnqQWrV
Yuriy@Yuriy-comp MINGW64 /d/xampp/htdocs/kinomonster (m aster)
$ git push -u origin master
error: src refspec master does not match any.
error: failed to push some refs to 'https://YuriyBuzhko @bitbucket.org/YuriyBuzhko/kinomonster.git'
тогда сделал как на видео-уроке команду
$ git commit -m "First commit"
http://skrinshoter.ru/s/300718/3mc09y3Z
также выдает ошибку, не знаю что не так делаю:
$ 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 reposito ry.
fatal: unable to auto-detect email address (got 'Yuriy@ Yuriy-comp.(none)')
ПОМОГИТЕ