phuselab / pyVHR

Python framework for Virtual Heart Rate
http://phuselab.di.unimi.it/
GNU General Public License v3.0
461 stars 127 forks source link

Cannot clone repository due to invalid path 'results/ALL_WIN10/Cohface_03-13-2020_15:11_winSize10' #12

Closed LegrandNico closed 3 years ago

LegrandNico commented 3 years ago

Hi,

thank you for your work on this project, the package looks super helpful. I would like to see how easily the analysis pipeline could be interfaced with Psychopy to perform remote PPG during psychological experiments.

However, for now, I am not able to clone the repository due to the path error I am reporting in the title.

vcuculo commented 3 years ago

@LegrandNico thank you very much for your feedback! Could you please explain how are you cloning the repository? I see no issues with the following command git clone git@github.com:phuselab/pyVHR.git

Thank you!

LegrandNico commented 3 years ago

I am using the git clone command from VS code, and get the following output:

error: invalid path 'results/ALL_WIN10/Cohface_03-13-2020_15:11_winSize10'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

Also, I should say that I am using Windows 10.

From what I see it is likely that the : in the file name is causing the error.

vcuculo commented 3 years ago

Oh yes, following the Windows' naming convention is looks like colon is not an allowed character. We will fix this as soon as possible. Thank you!

aledamelio commented 3 years ago

@LegrandNico commit 758364e92dab384fe49be975eba380d157da21a7 should fix this. Let us know if everything works fine now.

LegrandNico commented 3 years ago

Yes, this is working perfectly now, thank you.