I may be missing something, but I'm sure that I've checked everything, I forked a repo and cloned it on my system, made some changes after commiting did git push origin master
it says
fatal: remote error: You can't push to git://github.com/my_username/my_repo.git Use [email protected]:my_username/my_repo.git Am I missing something? then I tried git remote add origin https://github.com/my_username/my_repo.git
it returned
fatal: remote origin already exists.
I dont understand why this is hapenning, pls help

