Gemini-cli is glitching on Mac and Linux #1785
-
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 21 replies
-
Interestingly I am facing another issue within Linux. I installed the cli tool on OEL8 (similar to RHEL8) and ran the command. This time, everything show up correctly on the terminal but exits immediately too. I don't know how to fix this one either. So far I couldn't run the tool at all. Let me know if any one is facing similar issues. |
Beta Was this translation helpful? Give feedback.
-
One thing you could try to debug is to open your
|
Beta Was this translation helpful? Give feedback.
-
Which shell are you using inside the terminal? You might want to try another one to make sure that how your shell is configured isnt the cause of the problem. You might try fish or bash. Apologies if this was discussed before. Replying in my phone so I may have missed things. |
Beta Was this translation helpful? Give feedback.
-
Sorry you are still experiencing this. Given you are able to reproduce this with all ink apps I'd suggest reaching out at |
Beta Was this translation helpful? Give feedback.
-
I can confirm that this fixed the issue. Removing/commenting CI=true fixed the issue for me as well. |
Beta Was this translation helpful? Give feedback.
-
That is great news! Thanks for all your dedication tracking down the root cause of the issue. I'll keep this issue in mind if any other users report a similar issue. |
Beta Was this translation helpful? Give feedback.
-
Yes it works. In Terminal, type |
Beta Was this translation helpful? Give feedback.
Finally found a workaround to this problem. Thank for pointing me to the right repo.
Thanks to FauxFaux in this post - vadimdemedes/ink#718 who mentioned that the inputs are hanging only when we have any CI_* variables set in the env. I was using a few variable for my own purposes. After unsetting all the CI_* variables with unset, the colours came back, the inputs are working and every thing is working as it should be .. yay!