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
Currently it hangs and does nothing without any messages if ssh identity for git-packages not loaded. Just run ssh-add solves the problem. I would be good if error message appears about identity or timeout or something else.
The text was updated successfully, but these errors were encountered:
This does not affect, but I got your thoughts. The problem solves this one:
GIT_SSH_COMMAND="ssh -oBatchMode=yes"
(possibly both are required 🤷♂️ )
With this it continues work and fetches all that are possible and for
others prints errors like:
Failed cloning git repository
and finished after all - that is fine and clean.
сб, 19 дек. 2020 г. в 11:13, Shoichi Kaji <[email protected]>:
Currently it hangs and does nothing without any messages if ssh identity for git-packages not loaded. Just run
ssh-add
solves the problem. I would be good if error message appears about identity or timeout or something else.The text was updated successfully, but these errors were encountered: