使用 git:// 协议安装 Rails 插件很简单,只需键入
script/plugin install git://server.local/my_git_repo.git
如何从通过 ssh 托管的 git repo 安装插件?
当我输入
script/plugin install myuser@myserver.com:plugin.git
我得到“找不到插件”
我知道这不是 git 问题,因为安装程序甚至没有提示我输入 ssh 密码。
使用 git:// 协议安装 Rails 插件很简单,只需键入
script/plugin install git://server.local/my_git_repo.git
如何从通过 ssh 托管的 git repo 安装插件?
当我输入
script/plugin install myuser@myserver.com:plugin.git
我得到“找不到插件”
我知道这不是 git 问题,因为安装程序甚至没有提示我输入 ssh 密码。