You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include the raw text output from git, so that we can reproduce the problem.
(You can use git --no-pager to produce the raw text output.) - because delta --version doesnt output anything I do not believe the git output is of use.
Powershell version 7.3.1
Delta version 15.1, also tried 14
I installed Delta via choco and tried the standalone download. Neither worked.
Steps I took:
choco install delta
restart terminal
delta --version, does not output anything. Tried this command with powershell 7, the "old" powershell and with cmd. None worked.
It did work on WSL Ubuntu.
git config --global core.pager delta
cd to git project
git show, no output like delta --version
git diff, again no output
git show --no-pager does show output
I am not sure if I did something wrong or if it is a bug.
This discussion was converted from issue #1297 on February 27, 2023 09:59.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
(You can use
git --no-pager
to produce the raw text output.) - because delta --version doesnt output anything I do not believe the git output is of use.Powershell version 7.3.1
Delta version 15.1, also tried 14
I installed Delta via choco and tried the standalone download. Neither worked.
Steps I took:
choco install delta
delta --version
, does not output anything. Tried this command with powershell 7, the "old" powershell and with cmd. None worked.It did work on WSL Ubuntu.
git config --global core.pager delta
git show
, no output like delta --versiongit diff
, again no outputgit show --no-pager
does show outputI am not sure if I did something wrong or if it is a bug.
Beta Was this translation helpful? Give feedback.
All reactions