argocd login argocd.<YourDomain> --username admin
argocd repo add git@github.com:<YourGithubAccount>/vprofile-helm.git \
--ssh-private-key-path ~/.ssh/<Keyname>
If it errors the first time, retry. You can also add the repo in the UI: Settings -> Repositories -> Connect repo, paste the private key.