Project setup on windows enviroment

Hello,
I have cloned the project to my windows 10 environment.
I could see two image files who seem to have a “?” at the end of their name, using git status:

$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        deleted:    "public/img/icons_dark_theme/Icon\r"
        deleted:    "public/img/icons_light_theme/Icon\r"

no changes added to commit (use "git add" and/or "git commit -a")

The files does not seem to have that character in github. Is that a windows configuration error on my part? or have someone experienced this problem before.

Thanks

Hi,

Did you clone by go get github.com/grafana/grafana or git clone https://github.com/grafana/grafana.git?

Marcus