QuilibriumNetwork / ceremonyclient

Mirror of Quilibrium git repo: ceremonyclient
GNU Affero General Public License v3.0
65 stars 27 forks source link

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

Open Shekelme opened 1 month ago

Shekelme commented 1 month ago

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?

0xOzgur commented 3 weeks ago

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
Shekelme commented 3 weeks ago

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