ceremonyclient
ceremonyclient copied to clipboard
error: Your local changes to the following files would be overwritten by checkout
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?
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
Thanks for the advice, I've already updated, but I don't remember how. )) Probably cloned the repository from scratch.