Craig,

I'd start from https://incubator.apache.org/guides/website.html .  As far
as I know, all of the git.apache.org addresses are read only mirrors, the
listed URL to checkout is
https://git-wip-us.apache.org/repos/asf/incubator.git .  Since you already
have it checked out, you can correct this by doing the following (from the
root of your clone):

git remote set-url origin
https://git-wip-us.apache.org/repos/asf/incubator.git

Then you can push using your regular ASF credentials. Give it a shot, and
provide feedback of course :-)

John

On Wed, Aug 2, 2017 at 7:24 PM Craig Russell <apache....@gmail.com> wrote:

> Hi,
>
> I've got some updates for the ip-clearance page and I'd like to publish
> them.
>
> I started by fixing
> https://github.com/apache/incubator/blob/master/pages/guides/ip_clearance.ad
> where the metadata <strong> is rendered as text.
>
> But git gives me an error. How do I fix this?
>
> Thanks,
>
> Craig
>
> clr% git clone https://git.apache.org/incubator.git
> Cloning into 'incubator'...
> [MacBook-Pro-3:~/apache/git] clr% ls
> database-smith          infrastructure-puppet   whimsy-agenda
> incubator               whimsy
> [MacBook-Pro-3:~/apache/git] clr% ls incubator/
> README.md                       incubator-site-groovy.iml
> assets                          jbake.properties
> bake.sh                         pages
> build_site.sh                   templates
> diff --git a/pages/guides/ip_clearance.ad b/pages/guides/ip_clearance.ad
> index ff5b4ca..b5d56de 100644
> --- a/pages/guides/ip_clearance.ad
> +++ b/pages/guides/ip_clearance.ad
> @@ -45,8 +45,8 @@ are all you need. The individuals must submit the
> 'individual' CLA (ICLA).
>  If there are employers involved who might claim
>  rights in the code, then corporate CLAs (CCLAs) are needed for those
> employers.
>
> -If, on the other hand, there are material contributors who are <strong>
> -not</strong> joining the podling as initial contributors, or if there
> +If, on the other hand, there are material contributors who are *not*
> +joining the podling as initial contributors, or if there
>  are additional corporate entities who can claim rights in the code,
>  then SGAs are required from those individuals or corporations.
>
> [MacBook-Pro-3:incubator/pages/guides] clr% git add ip_clearance.ad
> [MacBook-Pro-3:incubator/pages/guides] clr% git commit -m "fix strong
> metadata in ip-clearance"
> [master 9cb3f1f] fix strong metadata in ip-clearance
>  1 file changed, 2 insertions(+), 2 deletions(-)
> [MacBook-Pro-3:incubator/pages/guides] clr% git push
> error: Cannot access URL https://git.apache.org/incubator.git/, return
> code 22
> fatal: git-http-push failed
> error: failed to push some refs to 'https://git.apache.org/incubator.git'
>
> Craig L Russell
> Secretary, Apache Software Foundation
> c...@apache.org http://db.apache.org/jdo
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>

Reply via email to