[aur-general] I can't upgrade my package
Doug Newgard
scimmia at archlinux.info
Sat Oct 1 17:53:34 UTC 2016
On Sat, 01 Oct 2016 14:42:22 -0300
Juan Martínez <mratmartinez at anche.no> wrote:
> Hello aur-general! And first of all, i'm sorry
>
> I'm sorry because maybe you actually talked about this and i didn't
> looked at it because i'm lazy and deleted some e-mails without reading
> them.
>
> I have a package in AUR (with-git).
> And i want to update it because it had an error and also it's a good
> moment to update the version number.
>
> I did the changes, git add, git commit, but when it's git push time:
> invalid command: git
> Try `ssh aur at aur.archlinux.org help` for a list of commands.
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
>
> So i cloned again the repository using the ssh did all the changes
> again, tried it again and I got the same error.
>
> Then i did ssh aur at aur.archlinux.org list-repos:
> minirc-git
> python-q
> with-git
>
> So, it seems it's okay.
> And when i use :
> ssh aur at aur.archlinux.org git-upload-pack
> It just take more than 20 minutes until i kill it because it can't take
> that long.
>
> Also,
> git remote --verbose:
> origin ssh://aur@aur.archlinux.org/with-git.git (fetch)
> origin ssh://aur@aur.archlinux.org/with-git.git (push)
>
> And,
> cat .ssh/config:
> Host aur.archlinux.org
> IdentityFile ~/.ssh/aur
> User aur
>
> I just surrendered at that moment because, well, it was 5:45 am and i
> thought "Damn, i'll ask in the mailing list". So, that's why i'm
> writing here.
> Maybe my question is silly, and i'm sorry but i just don't know what
> i'm doing wrong.
>
> (Sorry for my english too)
>
Sounds like you're using ssh then git. Don't. Just use git push.
More information about the aur-general
mailing list