VocalForge icon indicating copy to clipboard operation
VocalForge copied to clipboard

Problems cloning VocalForge in macOS

Open ludwig opened this issue 2 years ago • 0 comments

Had problems cloning in a macOS system, due to the case-insensitivity of the underlying filesystem.

$ git clone [email protected]:rioharper/VocalForge.git
Cloning into 'VocalForge'...
remote: Enumerating objects: 482, done.
remote: Counting objects: 100% (74/74), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 482 (delta 45), reused 40 (delta 32), pack-reused 408
Receiving objects: 100% (482/482), 46.93 MiB | 14.97 MiB/s, done.
Resolving deltas: 100% (277/277), 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:

  'VCAuditor/package.json'
  'vcAuditor/package.json'
  'VCAuditor/public/app.js'
  'vcAuditor/public/app.js'
  'VCAuditor/public/index.html'
  'vcAuditor/public/index.html'
  'VCAuditor/public/styles.css'
  'vcAuditor/public/styles.css'
  'VCAuditor/server.js'
  'vcAuditor/server.js

ludwig avatar Dec 09 '23 20:12 ludwig