Scoop: Error when updating scoop (java bucket)

Created on 6 Sep 2018  路  5Comments  路  Source: lukesampson/scoop

I get the following message when I try to update

error: Pulling is not possible because you have unmerged files.
hint: Fix them up in the work tree, and then use 'git add/rm '
hint: as appropriate to mark resolution and make a commit.
fatal: Exiting because of an unresolved conflict.

Most helpful comment

Yes, I made a mistake a couple of days back, messing up the git history. I thought I fixed it though, but it seems like I did not.

Removing and adding the java bucket should fix it, eg:

PS C:> scoop bucket rm java
PS C:> scoop bucket add java

I have replaced the master branch with a new one. Running the rm/add commands above will clone from the new branch.

I am very sorry for the inconvenience.

All 5 comments

Java bucket? I am experiencing same.

Yeah, @se35710 merged something wrong I guess. Just remove it and add it again.

/cc @se35710
There are some merge conflicts happening. (Haven't edited anything in local bucket)
scoop bucket rm java; scoop bucket add java Helped

Conflicts

Yes, I made a mistake a couple of days back, messing up the git history. I thought I fixed it though, but it seems like I did not.

Removing and adding the java bucket should fix it, eg:

PS C:> scoop bucket rm java
PS C:> scoop bucket add java

I have replaced the master branch with a new one. Running the rm/add commands above will clone from the new branch.

I am very sorry for the inconvenience.

Could be closed.

Was this page helpful?
0 / 5 - 0 ratings