Comment on GitHub Desktop or Git CLI?
usa_suxxx@hexbear.net 1 year agodocs.github.com/…/connecting-to-github-with-ssh
Connect an SSH key and use that.
Comment on GitHub Desktop or Git CLI?
usa_suxxx@hexbear.net 1 year agodocs.github.com/…/connecting-to-github-with-ssh
Connect an SSH key and use that.
Juice@hexbear.net 1 year ago
No luck, i tried that and https login and it still asks for a PW when I push
usa_suxxx@hexbear.net 1 year ago
HTTPS
git remote add origin https://github.com/user/repo.git
SSH
git remote add origin git@github.com:user/repo.git
Did you use the correct syntax for SSH?