git makes strange things 8-(

$ git add .SRCINFO PKGBUILD
$ git commit
[master c25bda5] white_dune 1.654 rollback
 2 files changed, 6 insertions(+), 4 deletions(-)
$ git push
To aur.archlinux.org:white_dune.git
 ! [rejected]        master -> master (non-fast-forward)
error: failed to push some refs to '[email protected]:white_dune.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
[mufti@archlinux archlinux_white_dune]$ git pull
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=<remote>/<branch> master

$ git pull white_dune master
ssh: Could not resolve hostname 2a01: Name or service not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
$ git remote set-url origin [email protected]:white_dune.git
$ git pull white_dune master
ssh: Could not resolve hostname 2a01: Name or service not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I have no idea what you are trying to do here. What modifications have
you made to
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=white_dune ?

I change the pkgver to 1.654 and removed the . from the J. Scheurich comment
Have you fixed your ssh issue yet?

I uploaded .ssh/id_rsa.pub to the aur website

so long
MUFTI

Reply via email to