On Mon, 29 May 2017 23:38:56 -0400,
Andreas Grapentin wrote:
> when I try to push changes to parabolaiso.git, it fails:
> 
> > $ git push -v
> > Pushing to git://git.parabola.nu/packages/parabolaiso.git
> > Looking up git.parabola.nu ... done.
> > Connecting to git.parabola.nu (port 9418) ... 93.95.226.249 done.
> > fatal: remote error: access denied or repository not exported: 
> > /packages/parabolaiso.git
> 
> am I using the wrong remote?
> 
> > $ git remote -v
> > origin      git://git.parabola.nu/packages/parabolaiso.git (fetch)
> > origin      git://git.parabola.nu/packages/parabolaiso.git (push)
> 
> or am I just missing permissions?

Git https:// and git:// URLs are read-only, you need to configure
origin.pushUrl to use the ssh:// URL.

-- 
Happy hacking,
~ Luke Shumaker
_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to