how can i create a new repository from my machine using git bash?
I am currently following the below steps.
mkdir ~/Hello-World
cd ~/Hello-World
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin https://github.com/username/Hello-World.git
git push origin master
But i am getting "Fatal error: did you run update-server-info on the server? "