-
Notifications
You must be signed in to change notification settings - Fork 32
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
brackets git plugin can't find git #9
Comments
I assume you are talking about Martin Zagora's Git plugin. I have tested it I won't be able to test it now, but here are a few things you could check:
Let me know how it goes. -Boyan On Tue, 3 Nov 2015 at 12:14 bevinhex notifications@github.com wrote:
|
|
You also need NodeJS installed because this extension uses it. |
I wanted to build a development environment for our team , here is the idea, I installed openshift on our server, which holds our applications, and exposes ssh based git link, then I will install brackets-server some other place , and run.
Expected results would be, when I open brackets on browser, I would be opening a remote IDE, then I would use it's git plugin to pull source code from openshift server, then I use a remote terminal(maybe I have to write a plugin for brackets) to build my code where brackets is served, This way I don't have to configure the development everywhere, everyone would be developing online, and building on one machine, which serving brackets, when I push code to openshift, I can open the domain name openshift gave me.
But now, I can use git plugin with local brackets, but unable to use it in online version, it says unable to find "/usr/bin/git", something like that, well I do have up to date git installed already, everything working find.
Do you have any idea what's causing it? how do we solve it?
The text was updated successfully, but these errors were encountered: