error: non-fast-forward updateerror: non-fast-forward update
The push would rewrite history on the remote branch and is rejected.
fatal: remote origin already existsA remote with the specified name is already configured.
You tried to add a remote with a name that is already configured. The repository already has a remote called 'origin' (or the specified name).
Update the existing remote URL: git remote set-url origin new-url. Or remove and re-add: git remote remove origin && git remote add origin url. Use a different name for the new remote.
git remote set-url origin <new-url>error: non-fast-forward updateThe push would rewrite history on the remote branch and is rejected.
error: empty commit messageThe commit was aborted because the commit message is empty.
warning: Large files detectedGit detected large files that may cause repository bloat.
fatal: tag already existsA tag with the specified name already exists.
fatal: shallow update not allowedA push from a shallow clone was rejected because the remote does not allow shallow updates.
nothing to commit, working tree cleanThere are no changes to commit; the working directory matches the last commit.