Я пытаюсь отправить на удаленный репозиторий GitHub с помощью VSCode (Techsercise.git).По какой-то причине он пытается перейти к старому удаленному хранилищу (Tech1.git), хотя вывод при запуске git remote выглядит правильно.
Как я могу изменить целевой хранилище в VS Code?
Из терминала
PS C:\Users\~\Projects\Techsercise> git remote -v
origin https://github.com/~/Techsercise.git (fetch)
origin https://github.com/~/Techsercise.git (push)
Из кода VS
remote: Repository not found.
fatal: repository 'https://github.com/~/Tech1.git/' not found