tamagokun / pomander-wordpress

Wordpress tasks for use with Pomander
http://ripeworks.com/pomander/wordpress.html
MIT License
36 stars 5 forks source link

Using private wordpress plugins #23

Closed asanger closed 10 years ago

asanger commented 10 years ago

Pomander just hangs when it attempts to access a private repository containing a plugin. It should probably gracefully fail or allow the option to grab it via git if the deploying user is appropriately set up to access the private repo.

tamagokun commented 10 years ago

It will straight up use git clone, so if the remote user has read access to the repo you should set. Strange that it hangs, maybe it tries to ask the user for a github login?

tamagokun commented 10 years ago

I think an important discussion is whether or not plugins should be fetched on the local side, and then pushed to the remote, or if it works fine as is.

tamagokun commented 10 years ago

Has there been any updates on this?

asanger commented 10 years ago

I'll go ahead and close it for now. In the particular scenario that I was using it, the fetch was indeed attempted via native git, and it appeared to pull, but failed before completing the clone. I no longer have the output from that instance, but if it happens again I'll re-open with additional information. Thanks!

tamagokun commented 10 years ago

Hokay :shit: