Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Untracked files after fresh clone #21

Open
vanzaj opened this issue Oct 14, 2016 · 1 comment
Open

Untracked files after fresh clone #21

vanzaj opened this issue Oct 14, 2016 · 1 comment

Comments

@vanzaj
Copy link
Contributor

vanzaj commented Oct 14, 2016

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
Copy link
Contributor

Thanks @vanzaj ! I have that problem too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants