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

Error: Command failed: git log --pretty... #117

Open
ex-jedi opened this issue May 17, 2017 · 5 comments
Open

Error: Command failed: git log --pretty... #117

ex-jedi opened this issue May 17, 2017 · 5 comments

Comments

@ex-jedi
Copy link

ex-jedi commented May 17, 2017

Getting the following error.

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:\Users\Mark\Documents\Web^ Design^ Local\host\katephoenix\css\about^-me.css fatal: Design: no such path in the working tree. Use 'git -- ...' to specify paths that do not exist locally.

I'm on Windows, but this seems similar to an issue on mac when xcode license agreement is needed, which is flagged on the package settings page.

Command History

     -0:18.3 intentions:highlight (input.hidden-input)
     -0:17.6 fuzzy-finder:toggle-file-finder (input.hidden-input)
     -0:12.9 git-time-machine:toggle (input.hidden-input)
     -0:03.3 intentions:highlight (input.hidden-input)
     -0:02.9 command-palette:toggle (input.hidden-input)
     -0:00.0 core:confirm (input.hidden-input)
     -0:00.0 bug-report:open (input.hidden-input)

Versions

  • Atom: 1.17.0
  • Atom-Shell:
  • OS: Microsoft Windows 10 Home
  • Misc
    • apm 1.17.0
    • npm 3.10.5
    • node 6.9.5 ia32
    • python
    • git 2.12.1.windows.1
    • visual studio

This report was created in and posted from the Atom editor using the package bug-report v0.7.1.

@seancheong
Copy link

I am getting this error too.

Versions

  • Atom: 1.17.0
  • OS: Mac Sierra

@cb-radio
Copy link

cb-radio commented Jun 28, 2017

I am getting very similar error on almost all files but not one .less file in the same git repository using the same commits. Very confusing error, I tried manually formatting the output of the get pretty log to what the error specifies both with and without the double quotes, but the change in the log is not persistent so it does not seem to help this error.

I also installed git-log and that does work so...

Versions
Atom: 1.18.0
OS: Windows 8
git 2.13.1.windows.2

@cb-radio
Copy link

I actually might have figured out why it only works on some files for me. Time Machine does not seem to like any file that has a name with a space inside the name. I had removed the spaces in the name and now Time Machine works fine on it. I noticed that in the error the throws the first word after the first space as could not be found in tree, even if that word is a folder directory name as in ex-jedi's error message.

@bdangit
Copy link

bdangit commented Dec 15, 2017

@cb-radio is on point. Possibly surrounding the windows path with quotes might solve this? or escape the spaces?

@SolE8023
Copy link

You must don't have 'space' among Your Folder Name.

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

5 participants