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

git-merge-structure-sql: No such file or directory @ rb_sysopen - /Users/X/.gitattributes #1

Closed
bwillis opened this issue Jul 21, 2020 · 0 comments

Comments

@bwillis
Copy link

bwillis commented Jul 21, 2020

Thanks for the work on this, looks great!

When I was running git-merge-structure-sql --install, I got the error:

git-merge-structure-sql: No such file or directory @ rb_sysopen - /Users/X/.gitattributes

I'm not entirely sure how .gitattributes normally gets initialized, but I was wondering how you generally approach this. We want to have this initialized easily for our engineering team, so not doing this manually would be ideal. Additionally, we are running this directly from a rails codebase and have a .gitattributes file checked in, but based on the locations searches, it won't use it. So, we see 2 options:

  1. Find a way to initialize .gitattributes, not sure if it makes sense to be in this library
  2. Support looking for .gitattributes in the current directory we are installing git-merge-structure-sql in

Maybe we are approaching this wrong and there's another approach that would work, suggestions welcome!

/cc @alexanderjeurissen

@knu knu closed this as completed in 8a1e44d Apr 28, 2021
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

1 participant