Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sabrinazuraimi opened this issue Sep 3, 2018 · 1 comment

Comments

@sabrinazuraimi
Copy link

sabrinazuraimi commented Sep 3, 2018

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants