Open niamotullah opened 1 month ago
The extension uses the git
command of your system. To avoid any prompting, ssh
need to be able to connect to git@github.com
.
The command ssh -Tv git@github.com
will test that out.
If you have the error git@github.com: Permission denied (publickey).
, you need to have your public key added (with the command ssh-add
).
i've syncing to a github repo through
ssh
whenevercron tasks
is syncing, asks for pass-keys. Is there any way around so it does not asks for pass-keys everytime while syncing through ssh or https?