Alright, so... I just changed "set :deploy_via, :remote_cache" to "set :deploy_via, :copy" and things seemed to work.
The only thing that looked funny in the wall of text that was spit out was "warning: remote HEAD refers to nonexistent ref, unable to checkout." Why did this just work? :s On Tue, Feb 23, 2010 at 10:14 AM, E.J. Hassick <[email protected]> wrote: > I guess I should also mention that the server I'm trying to deploy to is > running CentOS 5.4. > > > On Tue, Feb 23, 2010 at 10:10 AM, joe <[email protected]> wrote: > >> I'm pretty sure I did everything correctly, but I still can't get this >> to work properly. >> >> I'm currently on Windows 7 running a Ubuntu JeOS VM in Virtualbox >> trying to deploy to an internal work server while at work. Hopefully >> this isn't what's messing things up. I successfully messed around >> with git/capistrano while working locally on OSX deploying to a JeOS >> VM in VMFusion following the same steps, but things always work in >> that environment... :P >> >> Anyway, things go fine up until it tries to initialize a repo: >> >> <... snip ...> >> >> [XX.XX.XX.XX] executing command >> ** [XX.XX.XX.XX :: out] Initialized empty Git repository in /var/www/ >> html/devtestapp/shared/git_production/.git/ >> ** [XX.XX.XX.XX :: out] Error reading response length from >> authentication socket. >> ** [XX.XX.XX.XX :: out] Address XX.XX.XX.XX maps to >> namespace.ofip.com, but this does not map back to the address - >> POSSIBLE BREAK-IN ATTEMPT! >> ** [XX.XX.XX.XX :: out] [email protected]'s password: >> Password: >> ** [XX.XX.XX.XX :: out] >> ** [XX.XX.XX.XX :: out] fatal: 'devtestapp.git' does not appear to be >> a git repository >> ** [XX.XX.XX.XX :: out] fatal: The remote end hung up unexpectedly >> command finished >> *** [deploy:update_code] rolling back >> >> <... snip ...> >> >> Any help would be greatly appreciated as I've been bashing my brain >> against this for the past 2 days now. >> >> Thanks in advance, >> >> Joe > > > -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
