[aur-general] git push failed 8-(
Hi, I used git add/git commit as usual. But "git push" fails with: $ git push fatal: unable to access 'https://aur.archlinux.org/white_dune.git/': The requested URL returned error: 403 There is no https://aur.archlinux.org/white_dune.git/ in the git configuration files: $ find . -type f | xargs grep aur ./.git/config: url = https://aur.archlinux.org/white_dune.git ./.git/logs/HEAD:0000000000000000000000000000000000000000 45172971ba7f6a37537a68b2ba7f15e5f2f8180b J. Schurich <mufti11@web.de> 1580375715 +0100 clone: from https://aur.archlinux.org/white_dune.git ./.git/logs/refs/heads/master:0000000000000000000000000000000000000000 45172971ba7f6a37537a68b2ba7f15e5f2f8180b J. Schurich <mufti11@web.de> 1580375715 +0100 clone: from https://aur.archlinux.org/white_dune.git ./.git/logs/refs/remotes/origin/HEAD:0000000000000000000000000000000000000000 45172971ba7f6a37537a68b2ba7f15e5f2f8180b J. Schurich <mufti11@web.de> 1580375715 +0100 clone: from https://aur.archlinux.org/white_dune.git Binary file ./white_dune-1.700.tar.bz2 matches any idears ? so long MUFTI
On 30-01-2020 10:23, J. Scheurich wrote:
Hi,
I used git add/git commit as usual.
But "git push" fails with:
$ git push fatal: unable to access 'https://aur.archlinux.org/white_dune.git/': The requested URL returned error: 403
any idears ?
so long MUFTI
the https link is read-only, you can't push to it. run *git remote -v* from the folder you have the local copy and post the output.. for reference here's the output for my local repo of my aur mesa-git package. $ git remote -v origin ssh://aur@aur.archlinux.org/mesa-git.git (fetch) origin ssh://aur@aur.archlinux.org/mesa-git.git (push) $ Lone_Wolf
But "git push" fails with:
$ git push fatal: unable to access 'https://aur.archlinux.org/white_dune.git/': The requested URL returned error: 403
| run *git remote -v* from the folder you have the local copy and post the output.. $ git remote -v origin https://aur.archlinux.org/white_dune.git (fetch) origin https://aur.archlinux.org/white_dune.git (push) | the https link is read-only, you can't push to it. What is the read/write https-link for white_dune ? https://aur.archlinux.org/packages/white_dune/ so long MUFTI
On 30-01-2020 10:48, J. Scheurich wrote:
But "git push" fails with:
$ git push fatal: unable to access 'https://aur.archlinux.org/white_dune.git/': The requested URL returned error: 403
| run *git remote -v* from the folder you have the local copy and post the output..
$ git remote -v
origin https://aur.archlinux.org/white_dune.git (fetch)
origin https://aur.archlinux.org/white_dune.git (push)
| the https link is read-only, you can't push to it.
What is the read/write https-link for white_dune ?
https://aur.archlinux.org/packages/white_dune/
so long
MUFTI
For an existing aur package you are (co-)maintainer : go the aur page for the package and login . You'll see *two* URIs : one starting with https and another starting with ssh . The ssh URI is the one package maintainers use and allows pushing. The general form of the ssh URI for aur packages is ssh://aur@archlinux.org/insert-pkgbase-value.git Try changing the remotes on your local repo to the ssh:// URIs, then try pushing again. LW
Hi,
The general form of the ssh URI for aur packages is
ssh://aur@archlinux.org/insert-pkgbase-value.git
Try changing the remotes on your local repo to the ssh:// URIs, then try pushing again.
There is a problem wth the ssh URI: $ git clone ssh://aur@archlinux.org/white_dune.git Cloning into 'white_dune'... aur@archlinux.org: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. I updated the AUR account with $HOME/.ssh/aur.pub What to do ? so long MUFTI
On Thu, 30 Jan 2020 at 13:34:41, J. Scheurich wrote:
$ git clone ssh://aur@archlinux.org/white_dune.git
It's aur@aur.archlinux.org, not aur@archlinux.org.
participants (3)
-
J. Scheurich
-
Lone_Wolf
-
Lukas Fleischer