Hi,

Following this page:
http://docs.opnfv.org/en/latest/how-to-use-docs/include-documentation.html

I've tried to create a placeholder for Auto documentation (I have a local 
folder, with the recommended subfolder structure, with 9 new .rst files, and 3 
index.rst files, ready to be uploaded).

I have trouble connecting to Gerrit, either using git review ("Could not 
connect to Gerrit" error),
or git push origin HEAD:refs/for/master with Gerrit-generated HTTP password 
("Upload denied for project 'opnfvdocs'" error)

Any suggestion ?

Git bash dump pasted below.

Thanks,
Gerard Damm




$ cd opnfvdocs/docs/submodules/

$ git submodule add https://gerrit.opnfv.org/gerrit/auto
Cloning into 
'D:/<...snip...>/Auto-docs-local-repo/opnfvdocs/docs/submodules/auto'...
remote: Total 9 (delta 0), reused 9 (delta 0)
Unpacking objects: 100% (9/9), done.
warning: LF will be replaced by CRLF in .gitmodules.
The file will have its original line endings in your working directory.

$ git submodule init auto/

$ git submodule update auto/

$ git add .

$ git commit -sv
[master 246d32f5] Signed-off-by: Gerard Damm <[email protected]>
2 files changed, 4 insertions(+)
create mode 160000 docs/submodules/auto

$ git review
git: 'review' is not a git command. See 'git --help'.

<that's an issue of not being able to install git-review on this machine.
I've tried on another machine where I could install git-review, and in that 
case, I'm getting a
"Could not connect to Gerrit" error>

<So I tried the alternative as follows, using a Gerrit-generated HTTP password>

$ git remote -v
origin  https://gerrit.opnfv.org/gerrit/opnfvdocs (fetch)
origin  https://gerrit.opnfv.org/gerrit/opnfvdocs (push)

$ git push origin HEAD:refs/for/master
fatal: remote error:
Upload denied for project 'opnfvdocs'


The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. WARNING: Computer viruses can be transmitted via email. The 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any virus 
transmitted by this email. www.wipro.com
_______________________________________________
opnfv-tech-discuss mailing list
[email protected]
https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss

Reply via email to