Invalid URL
Virus936 opened this issue · 3 comments
Virus936 commented
I have this error messages :
> tesla-clone@0.1.0 deploy
> gh-pages -d build
Invalid URL: http:git@github.com:Virus936/tesla-vitrine.git
viniciuspinatti commented
I worked around this by changing the dev gh-pages dependency of package.json to version 3.2.0
I was having the same problem in version 3.2.1
"devDependencies": { ... "gh-pages": "3.2.0" }
Publish script
"publish": "gh-pages -d dist/ -d dist/"
tschaub commented
Please update to gh-pages@3.2.3
(3.2.2 will also solve the issue, 3.2.3 includes a few dependency updates).