Trouble Updating to 12.4 - tell me who you are - git config

I’m not exactly sure what my problem is when updating using “bench update” to 12.4. At the moment i’m stuck on the “Updating Page” in ERPNext. Anyone have the same issue?

Hey your git isn’t setup. Run the below commands as suggested in the logs and retry bench update.

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com

Oh right, of course. Somehow I never needed this setup in the past. I will give it a try now. Thanks!

Ok so I setup my git but i’m still having trouble updating. Any ideas?

@owen

bench update --reset

it should work.

Hi welcome to ERPNext Owen,

A request - in future please paste your traceback here - a screenshot is ‘invisible’ to forum text searches by others with the same problem thanks!

1 Like

Thanks Krnkris! bench update --reset worked great.

1 Like