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
I have several packages being cloned from git using ssh. My local configuration allows a single ssh connection (to the same host) to be reused across sessions and allows the connection to be alive for 1 hour.
ControlMaster on
ControlPersist 1h
When I run my buildout, if the master connection is not opened yet, then it will be created and all the repositories will be properly cloned... But then mr.developer would hang till I kill the master process.
The text was updated successfully, but these errors were encountered:
I have several packages being cloned from git using ssh. My local configuration allows a single ssh connection (to the same host) to be reused across sessions and allows the connection to be alive for 1 hour.
When I run my buildout, if the master connection is not opened yet, then it will be created and all the repositories will be properly cloned... But then mr.developer would hang till I kill the master process.
The text was updated successfully, but these errors were encountered: