This document outlines acknowledged issues with Kactus, including workarounds if known.
Some known issues have a workaround that users have reported addresses the issue. Please try the workaround for yourself to confirm it addresses the issue.
Each known issue links off to an existing GitHub issue. If you have additional questions or feedback, please comment on the issue.
Please check the open and closed bugs in the issue tracker for the details of your bug. If you can't find it, or if you're not sure, open a new issue.
Related issue: #3263
This seems to be caused by the Keychain being in an invalid state, affecting applications that try to use the keychain to store or retrieve credentials. This has been reported from macOS High Sierra 10.13 (17A365) to macOS Mojave 10.14.5 (18F132).
Workaround:
- Open
Keychain Access.app
- Right-click on the
login
keychain and try locking it - Right-click on the
login
keychain and try unlocking it - Sign into your GitHub account again
Related issue: #4115
This issue seems to be caused by missing permissions for the ~/Library/Caches/io.kactus.KactusClient.ShipIt
folder. This is a directory that Desktop uses to create and unpack temporary files as part of updating the application.
Workaround:
- Close Kactus
- Open Finder and navigate to
~/Library/Caches/
- Context-click
io.kactus.KactusClient.ShipIt
and select Get Info - Expand the Sharing & Permissions section
- If you do not see the "You can read and write" message, add yourself with the "Read & Write" permissions
- Start Kactus again and check for updates
Related issue: #67
when you first add a file, hundreds (even thousands) of files are created so Kactus has some issue to grab them all.
Once you commit it tho, only the changes are showing up so there are a lot fewer files popping up, especially if you commit often.
Workaround:
- Close Kactus
- Open a terminal in your git repository (You can do so from Kactus)
- Run
git add . && git commit -m "first commit"
- Reopen Kactus