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
{{ message }}
This repository has been archived by the owner on May 26, 2021. It is now read-only.
Currently, when you have no ssh keys set up in your system, git.clone sits there and goes in an infinite loop trying to grab credentials. Investigation into how to throw an error message in this case is needed.
For those who find this to be the case. Double check to make sure that you have added your ssh key to your ssh agent. An example of how to do so (even if it's id_rsa or the like) is over at github's help
The text was updated successfully, but these errors were encountered:
We can do something like ssh-add -l to get the keys that are added to the ssh-agent. Then ask the user to verify that the keys added to the agent are their keys.
Currently, when you have no ssh keys set up in your system, git.clone sits there and goes in an infinite loop trying to grab credentials. Investigation into how to throw an error message in this case is needed.
For those who find this to be the case. Double check to make sure that you have added your ssh key to your ssh agent. An example of how to do so (even if it's id_rsa or the like) is over at github's help
The text was updated successfully, but these errors were encountered: