-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Drush make: Unable to clone error #23
Comments
ghost
closed this as completed
Aug 30, 2013
I can confirm this bug: worth reopening |
@drzraf Would you mind opening a new issue? Ideally, include an example makefile. |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use drush (5.9) make to build a production site. It seems to work without issue for weeks at a time, then suddenly drush make will start throwing the error "Unable to clone [name_of_repo] from git@[repo url].git". It can download anything in the make file as http, but fails on git.
The only way we can fix this is by downgrading the drush version. Then, when it happens again, we fix it by upgrading, etc. Not an ideal fix, but a temporary solution.
In the meantime we have not changed the version of drush -- is drush updating itself in the background? And moreso, what is causing the git clone errors?
When we encounter this error, I verify that I can clone the repos independently of drush make.
The text was updated successfully, but these errors were encountered: