Closed Bubelbub closed 8 years ago
Also via copy it's not working for now, @xuwupeng2000. But in the meanwhile I created a private repository on Bitbucket and I'm working with that.
Hi
You can reopen it again. I does not throw this error to me on both Mac and Linux. You can open a new issue and give me some details
Thank you
On 1/04/2016, at 12:02 am, Bubelbub notifications@github.com wrote:
Also via copy it's not working for now, @xuwupeng2000 https://github.com/xuwupeng2000. But in the meanwhile I created a private repository on Bitbucket and I'm working with that.
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/xuwupeng2000/capistrano-scm-gitcopy/issues/37#issuecomment-203878823
Finally, DO NOT ADD require 'capistrano/gitcopy' to Capfile because capistrano/setup already loads the scm module with the :scm value you specified.
Does that solve your issue BTW ?
Thanks
On 1/04/2016, at 12:02 am, Bubelbub notifications@github.com wrote:
Also via copy it's not working for now, @xuwupeng2000 https://github.com/xuwupeng2000. But in the meanwhile I created a private repository on Bitbucket and I'm working with that.
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/xuwupeng2000/capistrano-scm-gitcopy/issues/37#issuecomment-203878823
Hey guys,
I get this error.
If I follow the installation process.
I added
gem 'capistrano-scm-gitcopy'
in theGemFile
and replaced the :scm string withset :scm, :gitcopy
. But then I get this error.If I add this bad
`to the
Capfile` it seems to work but then I get this error. I think this is because I'm using windows?Thanks in Advance for any ideas!