s-gupta / rcnn-depth

Learning Rich Features from RGB-D Images for Object Detection and Segmentation
BSD 2-Clause "Simplified" License
365 stars 150 forks source link

fatal: cannot create directory at 'mcg/src/aux': Invalid argument #41

Open sabrinazuraimi opened 6 years ago

sabrinazuraimi commented 6 years ago

Hi, I'm trying to clone your repository(my OS is windows) and I ran into the following error.

$ git clone https://github.com/s-gupta/rcnn-depth.git eccv14-code Cloning into 'eccv14-code'... remote: Counting objects: 1144, done. remote: Total 1144 (delta 0), reused 0 (delta 0), pack-reused 1144 Receiving objects: 100% (1144/1144), 2.41 MiB | 2.92 MiB/s, done. Resolving deltas: 100% (428/428), done. fatal: cannot create directory at 'mcg/src/aux': Invalid argument warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry the checkout with 'git checkout -f HEAD'

After some searching, it turns out that aux is a reserved name for Windows which is why this error is popping out? Is there any way around this?

wangjiaod commented 6 years ago

下载的eccv14-code不能在windows上解压,必须在linux系统下解压,因为aux与windows系统有关!