-
Notifications
You must be signed in to change notification settings - Fork 4
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
returned non-zero exit status 1: 'cp: -r not specified; omitting directory #5
Comments
Hi, thanks for the report Just running locally here with similar directory structures and this version of git, I can't reproduce:
Could you let me know what version of git you're using? What happens when you're able to reproduce the bug and you run this in the top level of the git repo?
Ideally, if you can reproduce it by making a tiny directory with a few directories / files, running git init then git meld, that would be great too. If so please tar or zip it up and attach it to this issue. |
What version of python is recommended? I had issues with version 3.8 so I upgraded to python 3.9. But, it seems that upgrading the system's python version caused other issues with python so I am not able to reproduce anything right now. |
Thanks Python 3.9 should be fine, and python is unlikely to be the problem if git meld-index runs at all (I see 3.8 lacks You can use https://github.com/pyenv/pyenv to install another python version to avoid the risk of breaking your system by upgrading python. I can't reproduce with git 2.35.1, so a zip that reproduces the issue for you would be useful, as would the output of the git command above. |
Closing because can't reproduce |
I tried to execute meld-index on a git repository:
Got the following error:
The git status for that directory is that it is a new directory not added yet:
A peek inside the directory
docker_devbox
:The text was updated successfully, but these errors were encountered: