Skip to content

Instantly share code, notes, and snippets.

@fatmcgav
Created August 12, 2015 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatmcgav/98629849f717c1dfa901 to your computer and use it in GitHub Desktop.
Save fatmcgav/98629849f717c1dfa901 to your computer and use it in GitHub Desktop.
Msync update error - 'already exists'
# msync update --noop
Syncing puppet-base
Cloning repository fresh
Cloning from git@github.com:weareact/puppet-base.git
/Users/gavinw/.rvm/gems/ruby-2.2.1/gems/git-1.2.9.1/lib/git/lib.rb:917:in `command': git clone '--' 'git@github.com:weareact/puppet-base.git' './modules/puppet-base' 2>&1:fatal: destination path './modules/puppet-base' already exists and is not an empty directory. (Git::GitExecuteError)
from /Users/gavinw/.rvm/gems/ruby-2.2.1/gems/git-1.2.9.1/lib/git/lib.rb:76:in `clone'
from /Users/gavinw/.rvm/gems/ruby-2.2.1/gems/git-1.2.9.1/lib/git/base.rb:29:in `clone'
from /Users/gavinw/.rvm/gems/ruby-2.2.1/gems/git-1.2.9.1/lib/git.rb:97:in `clone'
from /Users/gavinw/.rvm/gems/ruby-2.2.1/gems/modulesync-0.6.0/lib/modulesync/git.rb:44:in `pull'
from /Users/gavinw/.rvm/gems/ruby-2.2.1/gems/modulesync-0.6.0/lib/modulesync.rb:61:in `block in run'
from /Users/gavinw/.rvm/gems/ruby-2.2.1/gems/modulesync-0.6.0/lib/modulesync.rb:57:in `each'
from /Users/gavinw/.rvm/gems/ruby-2.2.1/gems/modulesync-0.6.0/lib/modulesync.rb:57:in `run'
from /Users/gavinw/.rvm/gems/ruby-2.2.1/gems/modulesync-0.6.0/bin/msync:8:in `<top (required)>'
from /Users/gavinw/.rvm/gems/ruby-2.2.1/bin/msync:23:in `load'
from /Users/gavinw/.rvm/gems/ruby-2.2.1/bin/msync:23:in `<main>'
from /Users/gavinw/.rvm/gems/ruby-2.2.1/bin/ruby_executable_hooks:15:in `eval'
from /Users/gavinw/.rvm/gems/ruby-2.2.1/bin/ruby_executable_hooks:15:in `<main>'
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment