git remote с использованием ssh

 git remote add origin git@github.com:AdityaTarale/Cowin.git
 
 git branch -M main

 git push -u origin main
Aditya