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
I think the following cases is missing by the coffee nurse command
➜ ~ coffee --network testnet remote add folgore-git https://github.com/coffee-tools/folgore.git
✗ Fetch remote from https://github.com/coffee-tools/folgore.git error: Error while add remote: code: 1, msg: '/home/vincent/.coffee/repositories/folgore-git' exists and is not an empty directory
✗ Error: code: 1, msg: '/home/vincent/.coffee/repositories/folgore-git' exists and is not an empty directory
➜ ~ coffee --network testnet nurse
✓ Coffee configuration is not corrupt! No need to run coffee nurse
Yes this can happen for various reasons.
It's possible coffee remote add failed midway while cloning the repository. This might have left /home/vincent/.coffee/repositories/folgore-git in an incomplete state.
I think the following cases is missing by the coffee nurse command
cc @tareknaser
I think we should trust our database, and if in the database there is nothing we wipe everything there is on disk. What do you think?
The text was updated successfully, but these errors were encountered: