Recently I made new project and with new repository on github.
But when I push to the new repository, it also tries to push to old repository which I never connected with the new project, Like this:
The old repo is in the same Github account with new repo, but it is connected to another project of mine (hence fail to push)
When I check my remote on my new project, it shows these
I tried to delete & change the url with set-url, or delete ... But the old url is still there
My .git/config file is
it doesn't have old repo url.
Pushing to new project is actually working well, but everytime I push to new one it always tries to push to old one & fails