ceremonyclient icon indicating copy to clipboard operation
ceremonyclient copied to clipboard

error: Your local changes to the following files would be overwritten by checkout

Open Shekelme opened this issue 1 year ago • 2 comments

During the node software update, I receive the following message:

error: Your local changes to the following files would be overwritten by checkout:
        docker/docker-compose.yml
        node/rpc/data_worker_ipc_server.go
        node/rpc/node_rpc_server.go
        signers/Taskfile.yaml
Please commit your changes or stash them before you switch branches.
Aborting

What should I do?

Shekelme avatar Jun 15 '24 19:06 Shekelme

Can you please try

git reset --hard
git remote set-url origin https://github.com/QuilibriumNetwork/ceremonyclient.git
git checkout main
git branch -D release
git pull
git checkout release

0xOzgur avatar Jun 23 '24 22:06 0xOzgur

Thanks for the advice, I've already updated, but I don't remember how. )) Probably cloned the repository from scratch.

Shekelme avatar Jun 24 '24 03:06 Shekelme