git init
git branch //maybe not need??
git checkout -b master //for master branch!!
git add *
git commit -m 'commit'
git remote add origin ssh://.....
git push -u origin master
Host *
HostKeyAlgorithms=+ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
git config --global init.defaultBranch