Re: Help wih new git htdocs repo
Derek Atkins
derek at ihtfp.com
Sat Jun 8 16:58:23 EDT 2013
Repo name is gnucash-htdocs and not just htdocs.
-derek
Sent from my HTC smartphone
----- Reply message -----
From: "Christian Stimming" <christian at cstimming.de>
To: <gnucash-devel at gnucash.org>
Subject: Help wih new git htdocs repo
Date: Sat, Jun 8, 2013 4:19 PM
Am Samstag, 8. Juni 2013, 11:33:06 schrieb John Ralls:
> On Jun 8, 2013, at 9:51 AM, Cristian Marchi <cri79 at libero.it> wrote:
> > I'm trying to setup and use the new git htdocs repo but I can't commit
> > after following instructions in the GnuCash wiki. I'm suscribed to
> > github (id: cmarchi) do I need to be added to the project?
> You can't commit to github. There are a couple of ways to go:
> 1. The way the Wiki page says, create an "upstream" remote and commit to
> that:
> http://wiki.gnucash.org/wiki/Git#Committers_.28for_pure_git_repositories.29
>
> 2. Change the URI for your origin remote:
> git remote set-url origin ssh://git@code.gnucash.org/htdocs
> or if you want to continue to pull from github and push to code:
> git remote set-url --push origin ssh://git@code.gnucash.org/htdocs
>
> Regards,
> John Ralls
I followed the instructions from the file in SVN, the explanation in the wiki
page, and your command. However, here's what I get on "git push":
$ git push
FATAL: W any htdocs cstim DENIED by fallthru
(or you mis-spelled the reponame)
fatal: The remote end hung up unexpectedly
Where am I missing the write access?
Regards,
Christian
_______________________________________________
gnucash-devel mailing list
gnucash-devel at gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel
More information about the gnucash-devel
mailing list