-
Notifications
You must be signed in to change notification settings - Fork 37
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
Error: Command failed: git log --pretty="format:{#/dquotes/id#/dquotes/: #48
Comments
Add wherever_your_git/bin to %PATH% |
Ah see thanks a lot |
In a workspace containing two project folders, one under git source control and one not, after I use git-time-machine on any file under source control, even if I then toggle it back off, opening any file that is not under source control also results in this error. |
I'm getting the same errors. My git binary is installed using Homebrew, and works pretty much everywhere else on the system. My homebrew directories are a part of my path |
@paradox460, Are you able to use git-log or git-history successfully? |
No, unfortunately :( |
Hmm... do I release the new version without any new visible features, but with a complete refactor of how git log is accessed, as a minor or a patch? I'm a little scared about how it will work on windows (I don't know, but nodegit which it uses via libgit2-log-utils) should work... 😨 If one of you guys has the will and skill and would pull the 'development' branch locally and try it out, that would be super helpful. On mac you just clone the branch to a local dir and then sym link it into ~/.atom/packages. |
I'm only on mac, but I might be able to coerce a colleague who uses windows On Thu, May 19, 2016 at 8:51 PM Bee [email protected] wrote:
|
I got this issue on my mac after upgrading to Mac OX Sierra. The issue got fixed after agreeing to the xcode licence agreement
|
when I install this package an error popup that says this
Select a file in the git repo to see timeline
application\controllers\Checklist.php83:1
CRLFUTF-8PHPchecklist+10, -11
Error: Command failed: git log --pretty="format:{#/dquotes/id#/dquotes/: #/dquotes/%H#/dquotes/, #/dquotes/authorName#/dquotes/: #/dquotes/%an#/dquotes/, #/dquotes/relativeDate#/dquotes/: #/dquotes/%cr#/dquotes/, #/dquotes/authorDate#/dquotes/: %at, #/dquotes/message#/dquotes/: #/dquotes/%s#/dquotes/, #/dquotes/body#/dquotes/: #/dquotes/%b#/dquotes/, #/dquotes/hash#/dquotes/: #/dquotes/%h#/dquotes/}" --topo-order --date=local --numstat C:\xampp\htdocs\my_project\application\controllers\Checklist.php 'git' is not recognized as an internal or external command, operable program or batch file.
what to do about that?
The text was updated successfully, but these errors were encountered: