【发布时间】:2016-08-25 15:08:58
【问题描述】:
当我在 codeplex 上推送我的新源代码时出现此错误。 你能不能快点帮忙。谢谢。
% hg outgoing --template {node}^M https://hg.codeplex.com/mxspli
comparing with https://hg.codeplex.com/mxspli
searching for changes
[command completed successfully Sat Apr 30 15:28:52 2016]
% hg log -T {rev}^M -r 1:2
[command completed successfully Sat Apr 30 15:28:52 2016]
% hg push https://hg.codeplex.com/mxspli
pushing to https://hg.codeplex.com/mxspli
searching for changes
http authorization required for https://hg.codeplex.com/mxspli
realm: CodePlex
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: transaction abort!
remote: rollback completed
[command returned code 1 Sat Apr 30 15:29:12 2016]
mxspli%
【问题讨论】:
-
至少显示 CLI 命令
hg push -v --debug --traceback的 FULL 输出 - 我们对预测所有故障并不敏感 -
这是完整的输出
-
不...这只是
hg push https://hg.codeplex.com/mxspli的输出,查看差异!!! -
我做不到我得到一个错误但我修复了它。 .hg 文件夹中有损坏的文件,所以我提取了源代码并复制了新文件并推送了更新,它工作正常,