I have a local copy of a remote git repository. Every time I execute "git status", I get this error:
git status
public/app.chart/license/Creative Commons�� Attribution-NonCommercial-ShareAlike 4.0 International�� CC BY-NC-SA 4.0.pdf: Protocol error
On branch master
Your branch is up-to-date with 'origin/master'.
Said file doesn't exist in the repository. When I switch branches, I get this message:
git checkout test_branch
D "public/app.chart/license/Creative Commons\200\224 Attribution-NonCommercial-ShareAlike 4.0 International\200\224 CC BY-NC-SA 4.0.pdf"
Switched to branch 'test_branch'
Is there any way to solve this problem?