To solve the problem, I removed the file from git, then re-added it by doing the following:
git rm "myPathToAFile"
git add .
git commit -am 'my commit'
Hope this helps someone else!
To solve the problem, I removed the file from git, then re-added it by doing the following:
git rm "myPathToAFile"
git add .
git commit -am 'my commit'
Hope this helps someone else!