Comment on GitHub Desktop or Git CLI?
Juice@hexbear.net 11 months agoNo luck, i tried that and https login and it still asks for a PW when I push
Comment on GitHub Desktop or Git CLI?
Juice@hexbear.net 11 months agoNo luck, i tried that and https login and it still asks for a PW when I push
usa_suxxx@hexbear.net 11 months 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?