I work in local repo and it works fine. But when I fail on remote repo:
$ git push master master sub-up to date
Linux writes' Up-to-date 'but only in the remote repo on the Gitub (plugged successfully with SSH keys) is only 11 days old content What is wrong?
update
is the last output after the commode (ci = "commit -a")
$ git ci [different head 5b42c77] exact contractor Has been updated with the financial report for calculation and for some _analogs.php 12 files have been replaced with table layout, 3071 entries (+), 110 extinction (-) rewrite htdocs / protected / controller / financialrap- Controller.fp (61%) $ git pushing original master 5b42c77 deadly: 5b42c77 branch can not be resolved. $ Git push master 5b42c77 deadly: 'master' does not appear to be a git repository fatal: Remote end unexpected $ git pushing original 5b42c77 deadly: 5b42c77 branch can not be resolved. $ Git push 5b42c77 deadly: '5b42c77' does not appear to be fatal: remote end unexpectedly
update 2
$ git checkout Master M.Hitidox / Protected / Runtime / Application.log 'Master' has been changed. Your branch is ahead of 'Original / Master' by 28 comits
Ensure that you are not in a position, check out Git branch
and git status
.
A different head will not be pushed, which will explain the " everything up to date"
".
If it is, then for" master "
By pressing Master ( git push origin master
), you will not need a git checkout master
.
But if you want to do another It remains at the top of the master, so it It is auspicious that your current branch master (and not directly as a "separate head", as previously committed one). Therefore, git checkout master
.
Comments
Post a Comment