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

In A Large Git Repository Chain Is Incredibly Slow To Interact With The Shell #11

Open
bonedaddy opened this issue Jun 15, 2020 · 0 comments

Comments

@bonedaddy
Copy link

bonedaddy commented Jun 15, 2020

In a git repo of approximatley 1.9GB, using chain is nearly impossible. Any basic invocations (ie, cd, enter, ls) take ages to resolve and the shell appears hung. Contrast this to a regular fish shell, or a regular bash shell which works without issue.

Repro steps:

  • install fish
  • run git clone https://github.com/mozilla/DeepSpeech
  • cd into DeepSpeech directory
  • Press enter key or ls, or run any command and the shell hangs

After doing some testing, the issue appears to be related to this command:

There are still jobs active:

   PID  Command
455945  not command git diff --no-ext-diff --quiet --exit-code 2>/dev/null

This is also very problematic because it will slow down all current running fish shells

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

1 participant