Git cola wish: not found error fix
Git Cola can sometimes throw errors when trying to Push a commit if tk
is not installed.
Typical error
/usr/share/git-cola/bin/ssh-askpass: line 3: exec: wish: not found
To fix install tk
## For Arch
sudo pacman -S tk
## For Debian / Ubuntu
sudo apt install tk
0 Comments