El sáb, 01-10-2016 a las 12:53 -0500, Doug Newgard escribió:
> On Sat, 01 Oct 2016 14:42:22 -0300
> Juan Martínez <[email protected]> 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 [email protected] 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 [email protected] list-repos:
> >     minirc-git
> >     python-q
> >     with-git
> > 
> > So, it seems it's okay.
> > And when i use :
> > ssh [email protected] 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://[email protected]/with-git.git (fetch)
> >     origin  ssh://[email protected]/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.

No, what i exactly do is:
git push

I tried it again after you answered and i got the same error.

[mrat@mrat with-git]$ git push
Enter passphrase for key '/home/mrat/.ssh/aur': 
invalid command: git
Try `ssh [email protected] 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.

-- 
Juan Martínez <[email protected]>

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to