I am trying to push some of my files from staging area to my repository.
git remote add origin https://github.com/my_name/filename.git
git push -u origin master
fatal: I don't handle protocol 'https'
I am getting this fatal error.
How to fix this ?