-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Unable to find remote helper for 'git+https' #3874
Comments
Also having this issue |
I had the exact same problem and I solved that by typing the following command in the terminal:
I think there were few issues similar to the current one (but they were git:// instead of git+https://). Hope this helps. |
It does @sliw ! Thanks a lot!! should this be necessary though? |
Thanks @sliw, works like a charm and gets around the problem. I'd be interested to see if there's anything that can be done cli-side to remove the need for this workaround though. |
@KyleAMathews, is anyone looking into this issue. It appears that the latest build has broken |
Reverted the commit in question, should be fixed now. |
Sorry about that everyone! |
how to execute this one in vagrant? |
Description
Attempting to init a starter site using
gatsby new gatsby-example-site
causes the errorfatal: Unable to find remote helper for 'git+https'
. Is this related to 8261ac3?Environment
Gatsby version: 1.1.35
Node.js version: 8.9.0
Operating System: MacOS 10.13.1
Actual result
The full error printed to the console is as follows:
Expected behavior
A starter site should be initialised.
Steps to reproduce
1. Install Gatsby globally with npm.
2. Run
gatsby new gatsby-example-site
The text was updated successfully, but these errors were encountered: