$ git push remote: Repository not found. fatal: repository ' https://github.com/account/repository.git/ ' not found
What is the problem: I deleted the repository through the site, now when I push it it gives an error. those. I push into a new one, and it gives an error that the old one is missing (ed)
I tried different ways that did not help me, maybe you have ideas
in the hidden folder .git> config
There are such lines:
[branch "master"] remote = https://github.com/account/repository.git/ merge = refs/heads/master [remote "remote"] url = https://github.com/account/repository.git/ fetch = +refs/heads/*:refs/remotes/remote/* can here something can be fixed?