You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Forking and cloning of the repo results in untracked files (osx 10.12, git 2.10.1):
Solution:
The text was updated successfully, but these errors were encountered: