Advertisement
zamotivator

Untitled

Feb 8th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. GitCommandError: 'git fetch' returned exit status 1: error: Ref refs/remotes/origin/master is at 40d5cc13167cad0007c4cfbdf688c97bd3384a87 but expected 9572aee1187e0acbf6b
  2. 154d22d4a6d1772b2a20b
  3. From bitbucket.org:zamotivator/salt-pillar
  4. ! 9572aee..40d5cc1 master -> origin/master (unable to update local ref)
  5. 2014-02-08 16:37:02,060 [salt.pillar ][ERROR ] Failed to load ext_pillar git: 'git fetch' returned exit status 1: error: Ref refs/remote
  6. s/origin/master is at 40d5cc13167cad0007c4cfbdf688c97bd3384a87 but expected 9572aee1187e0acbf6b154d22d4a6d1772b2a20b
  7. From bitbucket.org:zamotivator/salt-pillar
  8. ! 9572aee..40d5cc1 master -> origin/master (unable to update local ref)
  9. Traceback (most recent call last):
  10. File "/usr/lib/python2.7/dist-packages/salt/pillar/__init__.py", line 424, in ext_pillar
  11. ext = self.ext_pillars[key](self.opts['id'], pillar, val)
  12. File "/usr/lib/python2.7/dist-packages/salt/pillar/git_pillar.py", line 139, in ext_pillar
  13. if not update(branch, repo_location):
  14. File "/usr/lib/python2.7/dist-packages/salt/pillar/git_pillar.py", line 96, in update
  15. repo = init(branch, repo_location)
  16. File "/usr/lib/python2.7/dist-packages/salt/pillar/git_pillar.py", line 85, in init
  17. repo.git.fetch()
  18. File "/usr/local/lib/python2.7/dist-packages/git/cmd.py", line 227, in <lambda>
  19. return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  20. File "/usr/local/lib/python2.7/dist-packages/git/cmd.py", line 456, in _call_process
  21. return self.execute(call, **_kwargs)
  22. File "/usr/local/lib/python2.7/dist-packages/git/cmd.py", line 377, in execute
  23. raise GitCommandError(command, status, stderr_value)
  24. GitCommandError: 'git fetch' returned exit status 1: error: Ref refs/remotes/origin/master is at 40d5cc13167cad0007c4cfbdf688c97bd3384a87 but expected 9572aee1187e0acbf6b154d22d4a6d1772b2a20b
  25. From bitbucket.org:zamotivator/salt-pillar
  26. ! 9572aee..40d5cc1 master -> origin/master (unable to update local ref
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement