Salesforce CLI is recently installed in my system and it is showing the following information on every command.
! sfdx-cli: update available from 6.55.1-be0b3dc4c4 to 7.22.0-de5c6ecff8
I am not able to create project for the same. I have also checked by setting the disable auto update as ture in the environment variables.
When I am running sfdx update, the update is failing with the following error
SHA mismatch: expected <alpha-numaric id> to be <different alpha-numaric id>
This appears to arise from time to time, and I got hit by this today. In my case there was no difference whether run in standard perms or as administrator.
In order to fix this, Salesforce product management suggested on github to do a full uninstall and reinstall of the CLI.
I was trying to avoid doing this so instead I did the following:
That worked for me as an alternative to doing the full on uninstall/reinstall.