Unable to install Mamba

Can you share the output of:

using Pkg
Pkg.status()

Does it work if you create a new project:

mkdir test
cd test
julia --project="."

and then in Julia

using Pkg
pkg"add Mamba"

?