使用 Capistrano 部署:没有这样的文件或目录
我试图在我的网站上进行部署,它通常连接到我的服务器,但控制台显示错误:C:/Ruby192/lib/ruby/gems/1.9.1/gems/capistrano-2.9.0/ lib/capistrano/recipes/deploy.rb:106in ``´: 没有这样的文件或目录 - git ls-remote [email protected]:repo/site.git HEAD
有一个打印:
我花了很多时间寻找解决方案,很多人都遇到了同样的问题,他们只是在 MINGW32 上使用 cap 部署但这对我不起作用。
Ps:这是我第一次使用 capistrano 进行部署,所以我想请您考虑一下我可能忘记的每一件小事,等等。
非常感谢!
I'm trying to make a deploy at my web site and it normally connects on my server, but the console shows the error: C:/Ruby192/lib/ruby/gems/1.9.1/gems/capistrano-2.9.0/lib/capistrano/recipes/deploy.rb:106in ``´: No such file or directory - git ls-remote [email protected]:repo/site.git HEAD
There's a print:
I've spent much time searching for solutions, many people had this same issue and they just used cap deploy on MINGW32 but it doesnt work to me.
Ps: It's the first time i'm making a deploy with capistrano, so i would ask for please, to consider every little thing that i could forget, etc.
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
git
git
的路径是否在PATH
环境变量中git
is installed on your remote servergit
is inPATH
environment variable