推送时CodePlex TortoiseHG错误

时间:2016-04-30 13:32:00

标签: mercurial push codeplex

当我在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% 

1 个答案:

答案 0 :(得分:1)

好的,所以我想出来了。

错误是.hg文件夹中的文件已损坏,所以这就是我所做的:

  • 删除.hg文件夹。
  • 将来源拉到新文件夹。
  • 将文件从旧文件夹移动到新文件夹。
  • 推送文件。