0

I'm pretty new to git and have come across this strange error when adding files to this particular project. Whenever I do a git add . A string of errors about my includes and lib folders, several thousand lines long. It does not prevent the add but it's adding a lot of time to my dev cycle.

How can I bypass these errors?

Error

Rager
  • 746
  • 4
  • 25

1 Answers1

0

This was happening because my repository was on a network drive.

Moving it to a local drive solved the issue... Many hours could have been saved :-(

Rager
  • 746
  • 4
  • 25