-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
GitHub SSH connection error #3060
Comments
I added some debug console.logs
It looks like |
This seems to be fixed on latest master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature or report a bug?
bug
What is the current behavior?
In a fast network, several GitHub SSH git URLs in package.json causes a SSH connection error.
If the current behavior is a bug, please provide the steps to reproduce.
[Fast internet connection needed]
What is the expected behavior?
Succesful Yarn install
In the real use case the links point to private GitHub repositories. The problem is related to #1307. It looks like GitHub has a limit for parallel git operations. I tried to ask them what the actual limit is but have not received an answer.
The text was updated successfully, but these errors were encountered: