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

working_copy_path might not be writable #25

Open
ldodds opened this issue Sep 23, 2013 · 0 comments
Open

working_copy_path might not be writable #25

ldodds opened this issue Sep 23, 2013 · 0 comments
Labels

Comments

@ldodds
Copy link
Contributor

ldodds commented Sep 23, 2013

The git origin code performs its checkouts into a tmp directory relative to the location of the source code.

This seems to be fine if you're using data kitten via bundler, but if you build and install the gem outside of bundler, then the code fails (at least for me) because the user doesn't have permission to write to the required directory.

Perhaps the code could use a system temporary directory or, if it needs to stick around, perhaps a .data_kitten directory in the users home.

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

No branches or pull requests

1 participant