I am running Ubuntu 16.04
Removing the remote origin using
git remote rm origin
setting the http url using
git remote add origin https://github.com/<<Entire Path of the new Repo>>
git push origin master
Above steps successfully added code to repo.