Visual Studio Code – Git failed to push some refs due to large file though the large file isn't tracked and not on the local system
I want to sync my local changes to the GitHub master repo online. I originally had a file over 100 MB but since added it to the .gitignore file. I moved the large file to another, untracked non-Git folder. $…