* Error when pushing to repo
@ 2019-05-16 11:43 Lars Ingebrigtsen
2019-05-16 11:51 ` Noam Postavsky
0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2019-05-16 11:43 UTC (permalink / raw)
To: emacs-devel
I'm getting:
[larsi@stories ~/src/emacs/trunk]$ git push
fatal: remote error: access denied or repository not exported: /emacs.git
Anybody else seeing this did I somehow mess up my repo?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Error when pushing to repo
2019-05-16 11:43 Error when pushing to repo Lars Ingebrigtsen
@ 2019-05-16 11:51 ` Noam Postavsky
2019-05-16 11:55 ` Lars Ingebrigtsen
0 siblings, 1 reply; 3+ messages in thread
From: Noam Postavsky @ 2019-05-16 11:51 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: Emacs developers
On Thu, 16 May 2019 at 07:43, Lars Ingebrigtsen <larsi@gnus.org> wrote:
> [larsi@stories ~/src/emacs/trunk]$ git push
> fatal: remote error: access denied or repository not exported: /emacs.git
>
> Anybody else seeing this did I somehow mess up my repo?
I did just push to master about half an hour ago. You remote
"/emacs.git" looks strange, so maybe you messed up your repo. What's
your .git/config look like? I think you should have something along
the lines of
[remote "origin"]
url = USERNAME@git.sv.gnu.org:/srv/git/emacs.git
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Error when pushing to repo
2019-05-16 11:51 ` Noam Postavsky
@ 2019-05-16 11:55 ` Lars Ingebrigtsen
0 siblings, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2019-05-16 11:55 UTC (permalink / raw)
To: Noam Postavsky; +Cc: Emacs developers
Noam Postavsky <npostavs@gmail.com> writes:
> I did just push to master about half an hour ago. You remote
> "/emacs.git" looks strange, so maybe you messed up your repo. What's
> your .git/config look like? I think you should have something along
> the lines of
>
> [remote "origin"]
> url = USERNAME@git.sv.gnu.org:/srv/git/emacs.git
Thanks; I had indeed done something wrong -- I had cloned the public git
URL on this machine and not the member URL.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-05-16 11:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-16 11:43 Error when pushing to repo Lars Ingebrigtsen
2019-05-16 11:51 ` Noam Postavsky
2019-05-16 11:55 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.