Quote from: Crimson Wizard on Tue 07/01/2014 23:44:54Quote from: JanetC on Tue 07/01/2014 20:58:34Error like this indicates that there were changes to remote that are not found in your local branch. Don't know how it happened to be. Maybe you have two local repositories, or something like that?
! [rejected] humble-ports -> humble-ports (non-fast-forward)
error: failed to push some refs to 'git@github.com:JanetGilbert/ags.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart.
On usual occasion this is solved by making a "git pull" before doing anything else.
No, no local changes. "git pull" responds that there are no changes.
Quote from: Crimson Wizard on Tue 07/01/2014 23:44:54Quote from: JanetC on Tue 07/01/2014 20:58:34Which address do you use in git command? It should be just "https://github.com/humble/ags-geminirue.git" instead.
If I instead try using the terminal, I get a different error after using git push:
error: The requested URL returned error: 403 while accessing https://github.com/humble/ags-geminirue.git/info/refs
fatal: HTTP request failed
I did exactly what you suggested in your post above. I don't know where the "info/refs" came from.