Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git backup shift on SSH #30

Open
GraphicalDot opened this issue Jul 16, 2019 · 0 comments
Open

Git backup shift on SSH #30

GraphicalDot opened this issue Jul 16, 2019 · 0 comments

Comments

@GraphicalDot
Copy link
Owner

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
@GraphicalDot GraphicalDot added this to the Prototype launch milestone Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant