I made a git-hub repository. I cloned that on my pc and made some changes in it locally. While I am trying to push that it is showing pushing , it is not asking for any authentication nor it is showing any error nor the code is pushed. This is my first push. I had done several pull successfully. Also account on Git-hub remote and on my local pc both are different.
Code =
$ git remote -v
origin https://github.com/Rajeev-singh-git/Third-github-repository.git (fetch)
origin https://github.com/Rajeev-singh-git/Third-github-repository.git (push)
$ git push -v
Pushing to https://github.com/Rajeev-singh-git/Third-github-repository.git
Why this is happening, what is the solution?