Create releases error: organization or project not found

$ sentry-cli releases -o Sentry new -p Bailvbao 1.0
error: organization or project not found

here is my config:

[auth]
token=fed1da2581b940cdac2e0c04b45c0e65cffea8f0c3d44cdda3e6dd1ec095270a

[defaults]
url=http://10.10.27.138:9000/

project=Bailvbao

org=Sentry

Nothing sticks out. I’d maybe specify the URL manually using --url just to see if that’s an issue – it might not be finding the config file and thus be trying to communicate with sentry.io (where the org/project definitely doesn’t exist).

You can also try sentry-cli info to test your configuration. More in the sentry-cli config documentation.