Я мог бы решить эту странную ошибку VSCode с помощью следующих шагов
git remote add origin https://... [ already done ]
git remote show origin # if everything is ok, you will see your remote [ already done ]
git push -u origin master # assuming your are on the master branch.
//[ This step has solved the problem ]
Ссылка { ссылка }