пытаюсь отправить впервые: была ошибка при создании $ git commit -m "first commit" предлагалось run git config --global user.email "you@example.com" git config --global user.name "name" - решилось созданием файла .getgonfig в Open Servere, где установлен Git и созданием файла .getconfig и нового пользователя в папке "Users" на диске 'С.' После этого была произведены команды: $ git commit -m "first commit", $ git status, и $ git push origin и выдалась такая ошибка: "fatal: The current branch master has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin master"