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
sparse clone a large git repo, cd into it, and enjoy the "exceeds the OS argument length limit" bug.
no, i don't have something like set -U foo $foo bar in my ~/.config/fish/config.fish.
every set is set -g ... or set -gx ....
Steps to reproduce
cd /tmp
git clone --filter=blob:none --no-checkout https://github.com/discourse/discourse.git
cd discourse
observe:
exec: Failed to execute process '/usr/bin/git': An argument or exported variable exceeds the OS argument length limit.
exec: Hint: Your exported variables take up over half the limit. Try erasing or unexporting variables.
git status just produces too much information. In the repo you mentioned, it's 33042 lines. That's ok for fish to deal with, but the OS doesn't want to export that to external processes. Will fix :)
Describe the bug
sparse clone a large git repo, cd into it, and enjoy the "exceeds the OS argument length limit" bug.
no, i don't have something like
set -U foo $foo bar
in my~/.config/fish/config.fish
.every
set
isset -g ...
orset -gx ...
.Steps to reproduce
observe:
Screenshots
Environment
Output of
tide bug-report
:Additional context
i looked at #372
i tried:
but i don't get any output except the error.
The text was updated successfully, but these errors were encountered: