When I run git blame on a file in a folder e,g,:
git blame Foo/FileA.txt
it returns
fatal: no such path \'Foo/FileA.txt\' in HEAD
Entering the terminal from the file directory and then blaming it shall work.