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

Problem cloning the repository on windows #8

Closed
senjinthedragon opened this issue Mar 15, 2023 · 3 comments
Closed

Problem cloning the repository on windows #8

senjinthedragon opened this issue Mar 15, 2023 · 3 comments

Comments

@senjinthedragon
Copy link

Not sure if this might be caused because I'm trying to clone to a windows machine and not linux. But I'm getting the following error:

error: invalid path 'houdini/otls/Vop::DW_MOONRAY::AttributeMap::1.hda'
fatal: Unable to checkout 'ce861215cf2c4fec77c8decdabd96755917ae742' in submodule path 'moonray/moonray_dcc_plugins'

@lxhom
Copy link

lxhom commented Mar 15, 2023

I'm assuming you use Git Bash, and that does not have support for unsupported characters. You can use MSys2 & its Git binaries (pacman -S git) for this:

WindowsTerminal_fuQR3BwThB

(also ignore my messed up $PATH lol)

@senjinthedragon
Copy link
Author

Worse, I was doing it in a command prompt. I will switch to a suitable environment. Thanks.

@earlywill
Copy link

Just to add extra info, case it helps somebody.

Had same thing with git under powershell. Using WSL instead to run git things went through smoothly.

Was able to follow along with the rest of the Docker instructions afterwards.

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

3 participants