yeoman-wordpress icon indicating copy to clipboard operation
yeoman-wordpress copied to clipboard

Private Repositories

Open zackphilipps opened this issue 10 years ago • 3 comments

Is there any way to make the theme installation work with a private GitHub repo? I can use git clone instead, but right now the generator throws an error when it gets to the theme installation. Perhaps it could detect if the user specified a .git URL, and use git clone?

zackphilipps avatar Feb 25 '14 15:02 zackphilipps

$ node -v v0.10.26 $ npm -v 1.4.4 $ yo -v 1.1.2

Running Mac OS 10.9.1

zackphilipps avatar Feb 25 '14 15:02 zackphilipps

For now it's not trying to clone but always download, I guess it could be possible to do that. I probably won't have time to look into that for now, but if you feel like working on it, I'm open to PR :)

romainberger avatar Feb 25 '14 15:02 romainberger

Lol I am also pretty tied up this week, but I'll let you know if I've taken a crack at it.

On Tue, Feb 25, 2014 at 10:59 AM, Romain Berger [email protected] wrote:

For now it's not trying to clone but always download, I guess it could be possible to do that.

I probably won't have time to look into that for now, but if you feel like working on it, I'm open to PR :)

Reply to this email directly or view it on GitHub: https://github.com/romainberger/yeoman-wordpress/issues/52#issuecomment-36022835

zackphilipps avatar Feb 25 '14 23:02 zackphilipps