nerds-odd-e / scrumprimer

Scrum Primer site and document
48 stars 28 forks source link

Untracked files after fresh clone #21

Open vanzaj opened 7 years ago

vanzaj commented 7 years ago

Forking and cloning of the repo results in untracked files (osx 10.12, git 2.10.1):

$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)
        primer_source_files/overview_translations/scrum_japanese/Collected Fonts/Hiragino Kaku Gothic Pro/ヒラギノ角ゴ Pro W3.otf
        primer_source_files/overview_translations/scrum_japanese/Collected Fonts/Hiragino Kaku Gothic Pro/ヒラギノ角ゴ Pro W6.otf

Solution:

git config --global core.precomposeunicode false 
juacompe commented 5 months ago

Thanks @vanzaj ! I have that problem too.