我正在使用Smartgit和一个托管在'bitbucket.org'的存储库。
我收到此错误消息:
错误并非所有引用都被推送
并未提交更改。这个错误意味着什么?
以下是关于此回购的最新动态的完整日志:
LF will be replaced by CRLF in apps/frontend/modules/persona/templates/indexSuccess.php.
The file will have its original line endings in your working directory.
LF will be replaced by CRLF in apps/frontend/modules/persona/templates/indexSuccess.php.
The file will have its original line endings in your working directory.
LF will be replaced by CRLF in apps/frontend/modules/persona/templates/indexSuccess.php.
The file will have its original line endings in your working directory.
LF will be replaced by CRLF in apps/frontend/modules/persona/templates/indexSuccess.php.
The file will have its original line endings in your working directory.
LF will be replaced by CRLF in apps/frontend/modules/persona/templates/indexSuccess.php.
The file will have its original line endings in your working directory.
[master 3c24f17] Modificada la plantilla, añadidos enlaces para editar/eliminar
1 file changed, 8 insertions(+), 6 deletions(-)
'master' rejected (non-fast-forward)
error: failed to push some refs to 'https://reynierpm@bitbucket.org/reynierpm/hisclinicas.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
我尝试了@niculare的建议我做了一个git pull
,但现在我收到了这些错误:
Rebase:rebase failed(返回码1)Eliminados ficheros de BD antiguos e inservibles#请输入您的提交消息 变化。以'#'开头的行将被忽略,并且为空 message中止提交。 #目前不在任何分支上。 # 你是 目前正在改变。 #(所有冲突修复:运行“git rebase - 继续“)##要提交的更改:#(使用”git reset HEAD ...“取消暂停)## modified:database.sql #modified:
hisclinicas.sql#[detached HEAD 277cd27] Eliminados ficheros de BD antiguos e inservibles 2个文件被更改,1155个删除( - )重写 database.sql(100%)重写hisclinicas.sql(100%)重新定位(3/10) 重新定位(4/10)重新定位(5/10)重新定位(6/10)错误:不能 申请7b8d48e ... Eliminadas las tablas y los modulos ciudades y parroquias(se dejo solo en Estados - > Municipios)当你有 解决了这个问题,运行“git rebase --continue”。如果你愿意的话 跳过这个补丁,改为运行“git rebase --skip”。看看 原始分支并停止变基,运行“git rebase --abort”。 LF会 被CRLF取代 LIB /滤波器/教义/碱/ BaseHclinicaFormFilter.class.php。文件 将在您的工作目录中具有其原始行结尾。如果 将被CRLF取代 LIB /滤波器/教义/碱/ BasePersonaFormFilter.class.php。文件 将在您的工作目录中具有其原始行结尾。如果 将被CRLF取代 LIB /形式/教义/碱/ BaseHclinicaForm.class.php。该文件将有 它在工作目录中的原始行结尾。 LF将是 由lib / form / doctrine / base / BasePersonaForm.class.php中的CRLF取代。 该文件将在您的工作中具有其原始行结尾 目录。 LF将被CRLF取代 LIB /模型/教义/碱/ BaseHclinica.class.php。该文件将有 它在工作目录中的原始行结尾。无法挑选 7b8d48e4229e423994f0cb6148bfb35c1e1c744d
错误意味着什么,我该如何解决?