I am trying to push my Laravel application to GitHub. The things I have done are as followed in the Laravel app
directory:
git init
git remote add origin my@gitrepositaty.com
git commit -u 'my app'
# nothing added to commit but untracked files present
git add .
# fatal: LF would be replaced by CRLF in .env.example
git add origin master
# error: src refspec master does not match any