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

Seeks git in /usr/bin/git which triggers an error on my OSX installation #97

Closed
andreimoment opened this issue Aug 20, 2015 · 4 comments

Comments

@andreimoment
Copy link

Any way to change the path to git?

The correct location in my case is

/usr/local/bin/git

@gornostal
Copy link
Owner

@andreimoment, Yes. It's described in README.
You can change path in Modific -> Settings User.

@andreimoment
Copy link
Author

I am asking here because nothing there resembles a path. Could you please
provide an example?
On Wed, Aug 19, 2015 at 10:46 PM Aleksandr Gornostal <
notifications@github.com> wrote:

Closed #97 #97.


Reply to this email directly or view it on GitHub
#97 (comment).

@gornostal
Copy link
Owner

Here is an example.

{
    "vcs": [
        {"name": "git", "dir": ".git", "cmd": "/usr/local/bin/git"},
        {"name": "svn", "dir": ".svn", "cmd": "svn"},
        {"name": "bzr", "dir": ".bzr", "cmd": "bzr"},
        {"name": "hg",  "dir": ".hg",  "cmd": "hg"},
        {"name": "tf",  "dir": "$tf",  "cmd": "C:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/TF.exe"}
    ]
}

@andreimoment
Copy link
Author

Thank you! I guess I was confused because in the main example none of the values for "cmd" looked like a path to a file... Until I noticed the Windows entry :)

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

2 participants