I want to push my project to git hub.
I use VSCode editor when i upload my project to github.
I got this type of error
I want to push my project to git hub.
I use VSCode editor when i upload my project to github.
I got this type of error
It seems like your local repo is not in sync with remote repo. Try-
git add .
git commit {"Your message"}
git pull
git push