79695509

Date: 2025-07-09 11:10:40
Score: 1.5
Natty:
Report link

I had the same problem that started today. I don't know how to fix it but you can downgrade an older version of both git-gui and gitk which seems to fix this for me

# show available versions:
apt-cache showpkg gitk

# remove installed version
sudo apt-get remove gitk

# install one version from the apt-cache. For me it was:
sudo apt-get install gitk=1:2.34.1-1ubuntu1

# do the same for git-gui:
sudo apt-get install git-gui=1:2.34.1-1ubuntu1
Reasons:
  • Whitelisted phrase (-1): I had the same
  • RegEx Blacklisted phrase (2): I don't know how to fix
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ivorybabe