mondejar / ecg-classification

Code for training and test machine learning classifiers on MIT-BIH Arrhyhtmia database
GNU General Public License v3.0
520 stars 193 forks source link

fatal: cannot create directory at 'python/aux': Invalid argument #15

Open rbbh opened 3 years ago

rbbh commented 3 years ago

I am trying to clone the repository but I can't seem to pull the python files or the ones from tensorflow.

They all appear deleted when I use the "git status" command and, when I try to restore them, one error message that comes up constantly is this one, also on the title: "fatal: cannot create directory at 'python/aux': Invalid argument".

Don't know if this has to do with anything, but I also found a similar issue online (https://github.com/swcarpentry/DEPRECATED-bc/issues/463) that said "aux" is a reserved word for Windows OS.

Could you maybe check it out?

Thanks in advance!