Skip to content

'git describe' Error #4

@za

Description

@za

Because of this commit the script won't run

Error message:

$ python nosqlmap.py
fatal: No annotated tags can describe 'd0de7d468234126992c97d971a8b606f01e4f2e2'.
However, there were unannotated tags: try --tags.
Traceback (most recent call last):
  File "nosqlmap.py", line 758, in <module>
    mainMenu()
  File "nosqlmap.py", line 36, in mainMenu
    label = subprocess.check_output(["git","describe"])
  File "/usr/lib/python2.7/subprocess.py", line 573, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['git', 'describe']' returned non-zero exit status 128

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions