How do I install a rails plugin from git via ssh? -


Installing a Rail Plugin using the GIT: // protocol is easy, you just

  Install Script / Plugin git: //server.local/my_git_repo.git  

How do I install a plugin from GIT repost hosted on SIS?

When I type

  install script / plugin myuser@myserver.com: plugin.git  

I found " The plugin was not found "

I know that this is not a git problem because the installer has not given me a signal even for my SST password.

The script / plugin can not currently handle git on ssh.

Instead you want to manually remove the repository from the vendor / plugins directory.

  $ RAILS_ROOT / vendor / plugins $ git clone ssh: //myuser@myserver.com: plugin.git  

plugin scripts also hidden directories Removes, .git and .git-ignored new cloned copy


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -