I am working on OSX. In a specific repo, when I type autocomplete after entering the git command:
$ git diff [clicks tab...]
Now I see a huge amount of warnings:
warning: ignoring ref with broken name refs/Icon warning: ignoring ref with broken name refs/heads/Icon warning: ignoring ref with broken name refs/remotes/Icon warning: ignoring ref with broken name refs/remotes/origin/Icon warning: ignoring ref with broken name refs/tags/Icon
This is really annoying, and that means that I cannot see the names of the files I want to see.
How to remove or nip these warnings?
Do I have an entry for Icon? in my gitignore file. Is there an Icon? file in the local directory Icon? .
For all people with a trigger who want to click βduplicateβ: I was looking for other answers, I found this , but I'm not sure how to do this applies to my situation. Maybe the main reason is the same, but it would be helpful for me, and others to explain how to fix this problem.
git
Richard
source share