Skip to content

blob.path error when git config core.quotepath = true #865

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

Closed
StevenBaby opened this issue Apr 27, 2019 · 3 comments
Closed

blob.path error when git config core.quotepath = true #865

StevenBaby opened this issue Apr 27, 2019 · 3 comments

Comments

@StevenBaby
Copy link

blob.path error when git config core.quotepath = true

@StevenBaby
Copy link
Author

one of solution is set quotepath to false:

with repo.config_writer() as writer:
    writer.set_value('core', 'quotepath', 'false')

@Byron
Copy link
Member

Byron commented Jul 20, 2019

Thanks for letting me know. Even though one can turn quotepath off, it seems to be a workaround for a real issue (even though I didn't reproduce it). Please feel free to reopen if you agree.

@StevenBaby
Copy link
Author

Thanks for letting me know. Even though one can turn quotepath off, it seems to be a workaround for a real issue (even though I didn't reproduce it). Please feel free to reopen if you agree.

If some filename or directory name contain UNICODE character, blob.path is not exact path.

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

No branches or pull requests

2 participants