Don't fail when unsetting a non-existent legacy git configuration
git config --unset will fail if the variable was never set on the current system, causing the entire script to exit
git config --unset will fail if the variable was never set on the current system, causing the entire script to exit