Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git-update gives an error #216

Open
ihzacordova opened this issue Apr 19, 2022 · 0 comments
Open

git-update gives an error #216

ihzacordova opened this issue Apr 19, 2022 · 0 comments

Comments

@ihzacordova
Copy link

ERROR: git-update: ? test-784
Traceback (most recent call last):
  File "/usr/local/bin/git-update", line 71, in git_update
    _update(branch, ref_branch, fetched)
  File "/usr/local/bin/git-update", line 107, in _update
    upstream_cid = functions.commit_id(ubranch)
  File "/home/icordova/.local/lib/python3.8/site-packages/gitz/git/functions.py", line 19, in commit_id
    id = GIT.rev_parse(_to_name(name), info=True)[0]
  File "/home/icordova/.local/lib/python3.8/site-packages/gitz/program/runner.py", line 54, in __call__
    return self.runner('git', *cmd, **kwds)
  File "/home/icordova/.local/lib/python3.8/site-packages/gitz/program/runner.py", line 37, in __call__
    run_proc.run_proc(cmd, out, err, **kwds)
  File "/home/icordova/.local/lib/python3.8/site-packages/gitz/program/run_proc.py", line 42, in run_proc
    raise ValueError('Command "%s" failed' % ' '.join(cmd))
ValueError: Command "git rev-parse rec/test-784" failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant