I wrote in git Bash this
git remote -v
origin git://github.com/devRena/test (fetch)
origin git://github.com/devRena/test (push)
and when i say
git push origin master
fatal remote error:
You can't push to git://github.com/devRena/test.git
Use https://github.com/devRena/test.git
How to change git://github.com/devRena/test.git to https://github.com/devRena/test.git ??