Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

Network Change & Configuration Management

Reply

NetMRI-bootstrap init error

Techie
Posts: 8
589     0

Hello everyone. I installed netmri-bootstrap on both my Linux Redhat server and Windows desktop. However, when I issue the "netmri-bootstrap.py init" command to create the local repo, it fails with the same error message (appears to be due to git option --ref) on both on Linux and on Windows desktop below. Does anyone know how to fix this? Thanks.

cmd.py", line 984, in execute
raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(129)
cmdline: git tag --ref=ddcf0ecfde79b3e77f7a184a9776b5ce98da25eb -f synced_to_netmri ddcf0ecfde79b3e77f7a184a9776b5ce98da25eb
stderr: 'error: unknown option `ref=ddcf0ecfde79b3e77f7a184a9776b5ce98da25eb'
usage: git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]
or: git tag -d <tagname>...
or: git tag -l [-n[<num>]] [<pattern>]
or: git tag -v <tagname>...

-l list tag names
-n[<n>] print <n> lines of each tag message
-d delete tags
-v verify tags

Tag creation options
-a annotated tag, needs a message
-m <msg> message for the tag
-F <FILE> message in a file
-s annotated and GPG-signed tag
-u <key-id> use another key to sign the tag
-f, --force replace the tag if exists

Tag listing options
--contains <commit> print only tags that contain the commit

Showing results for 
Search instead for 
Did you mean: 

Recommended for You