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
We had a setup issue where the myriad instructions to clone a challenge were failing because the student failed to correctly add their ssh key. The git push command was not returning any error but taking infinite time.
The solution used was to add ssh-agent to the list of oh-my-zsh plugins.
But an easier solution would be to verify at the end of the setup that the student has a correct configuration :
bad conf :
➜ repo git:(master) ssh-add -l
The agent has no identities.
We had a setup issue where the myriad instructions to clone a challenge were failing because the student failed to correctly add their ssh key. The
git push
command was not returning any error but taking infinite time.The solution used was to add
ssh-agent
to the list of oh-my-zsh plugins.But an easier solution would be to verify at the end of the setup that the student has a correct configuration :
The text was updated successfully, but these errors were encountered: