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

Incorrect filename case in folder structure. #40

Closed
bradlitterell opened this issue Nov 15, 2019 · 1 comment
Closed

Incorrect filename case in folder structure. #40

bradlitterell opened this issue Nov 15, 2019 · 1 comment

Comments

@bradlitterell
Copy link
Contributor

bradlitterell commented Nov 15, 2019

Cloning with Git for Windows generates a warning about the case of filenames. As a result, there is only one simulator.vcxproj on Windows, but two on Linux, and it's not obvious that the clone results are actually correct.

git clone https://github.com/microsoft/ms-tpm-20-ref.git
Cloning into 'ms-tpm-20-ref'...
remote: Enumerating objects: 32, done.
remote: Counting objects: 100% (32/32), done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 4465 (delta 9), reused 17 (delta 9), pack-reused 4433R
Receiving objects: 100% (4465/4465), 6.36 MiB | 25.32 MiB/s, done.
Resolving deltas: 100% (3422/3422), done.
Checking out files: 100% (771/771), done.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

'TPMCmd/Simulator/simulator.vcxproj'
'TPMCmd/simulator/simulator.vcxproj'

@amarochk
Copy link
Contributor

Thanks, Brad. 'TPMCmd/simulator/simulator.vcxproj' copy was introduced by mistake, and I've removed it.

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