warning: CRLF will be replaced by LFwarning: CRLF will be replaced by LF
Git is converting line endings from Windows-style (CRLF) to Unix-style (LF).
error: could not apply (cherry-pick)A conflict occurred while cherry-picking a commit.
The commit being cherry-picked conflicts with the current branch's state. The same code sections were modified differently in the cherry-picked commit and the current branch.
Resolve the conflicts in the affected files. Stage resolved files: git add file. Complete the cherry-pick: git cherry-pick --continue. To abort: git cherry-pick --abort.
warning: CRLF will be replaced by LFGit is converting line endings from Windows-style (CRLF) to Unix-style (LF).
fatal: bad revisionThe specified revision (commit hash, branch name, tag) does not exist.
fatal: remote origin already existsA remote with the specified name is already configured.
fatal: shallow update not allowedA push from a shallow clone was rejected because the remote does not allow shallow updates.
error: could not apply commitA conflict occurred while applying a commit during rebase.
fatal: 'origin' does not appear to be a git repositoryGit could not connect to the specified remote repository.