FS#48381 - AUR git returnig 403 when pushing changes

Attached to Project: Arch Linux
Opened by Musikolo (Musikolo) - Tuesday, 01 March 2016, 03:37 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 01 March 2016, 03:50 GMT
Task Type Bug Report
Category Arch Projects
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I'm trying to push a new package to AUR, but i'm getting the following error:

fatal: unable to access 'https://aur.archlinux.org/plasma5-applets-system-panel.git/': The requested URL returned error: 403

I have other packages in AUR and I don't know how to solve this issue.

Steps to reproduce:

[musikolo@MyPC aur]$ git clone https://aur.archlinux.org/plasma5-applets-system-panel.git
Cloning into 'plasma5-applets-system-panel'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done.
[musikolo@MyPC aur]$ mv PKGBUILD plasma5-applets-system-panel/
[musikolo@MyPC aur]$ mv .SRCINFO plasma5-applets-system-panel/
[musikolo@MyPC aur]$ cd plasma5-applets-system-panel/
[musikolo@MyPC plasma5-applets-system-panel]$ git status
On branch master

Initial commit

Untracked files:
(use "git add <file>..." to include in what will be committed)

.SRCINFO
PKGBUILD

nothing added to commit but untracked files present (use "git add" to track)
[musikolo@MyPC plasma5-applets-system-panel]$ git add .SRCINFO PKGBUILD
[musikolo@MyPC plasma5-applets-system-panel]$ git status
On branch master

Initial commit

Changes to be committed:
(use "git rm --cached <file>..." to unstage)

new file: .SRCINFO
new file: PKGBUILD

[musikolo@MyPC plasma5-applets-system-panel]$ git commit -m "Initial import"
[master (root-commit) 0b200b7] Initial import
2 files changed, 62 insertions(+)
create mode 100644 .SRCINFO
create mode 100644 PKGBUILD

[musikolo@MyPC plasma5-applets-system-panel]$ git push origin master
fatal: unable to access 'https://aur.archlinux.org/plasma5-applets-system-panel.git/': The requested URL returned error: 403

[musikolo@MyPC plasma5-applets-system-panel]$ git status
On branch master
Your branch is based on 'origin/master', but the upstream is gone.
(use "git branch --unset-upstream" to fixup)
nothing to commit, working directory clean
[musikolo@MyPC plasma5-applets-system-panel]$
This task depends upon

Closed by  Doug Newgard (Scimmia)
Tuesday, 01 March 2016, 03:50 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Tuesday, 01 March 2016, 03:49 GMT
You can't push to https.

And you filed this in the wrong project.

Loading...