You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now the git backup is happening over https, It should happen over ssh.
git ls-remote command doesnt work on ssh, if the private key is not available in the .ssh directory.
$ eval `ssh-agent -s`
To list the available keys:
$ ssh-add -l
The agent has no identities.
To add a new key:
$ ssh-add ~/.ssh/identity
The text was updated successfully, but these errors were encountered:
right now the git backup is happening over https, It should happen over ssh.
git ls-remote command doesnt work on ssh, if the private key is not available in the .ssh directory.
The text was updated successfully, but these errors were encountered: