We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
下载的eccv14-code不能在windows上解压,必须在linux系统下解压,因为aux与windows系统有关!
Sorry, something went wrong.
No branches or pull requests
Hi, I'm trying to clone your repository(my OS is windows) and I ran into the following error.
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?
The text was updated successfully, but these errors were encountered: