https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/install.md
git-credential-manager configure
git config --global credential.credentialStore secretservice
git init .
git add .
git commit -m "test"
git origin add https://github.com/xxx/xxx.git
git branch -M main
git push -u origin main