多推推错误w / git

时间:2016-09-26 19:52:06

标签: git push

尝试推送时出现多个错误。

Notes&尝试修复

  • 我已更新到最新的git(2.10.0)
  • 我增加了buffer size
  • 我在不同的项目下有多个存储库,只有一个 他们遇到了错误。
  • 没有大文件,主要是文字&单个(小)图像。
  • 我在Windows 7上使用Sourcetree,但也尝试过cmd
  • 我已经尝试将master分支到dev分支

错误:

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin master:master  
Fatal: ArgumentException encountered.  
Fatal: ArgumentException encountered.  
fatal: The remote end hung up unexpectedly  
fatal: The remote end hung up unexpectedly  
fatal: write error: Bad file descriptor  
Pushing to https://[myusername]@bitbucket.org/[myteam]/ada.git  
error: failed to push some refs to https://[myusername]@bitbucket.org/[myteam]/ada.git

我确实设法在ArgumentException here上找到一个条目。它似乎确实是一个错误,但这并不能解释其他错误。任何想法将不胜感激!

1 个答案:

答案 0 :(得分:0)

我最终创建了一个空文件夹,拉下我的远程存储库,然后将前一个文件夹中的本地文件(/.git/除外)复制/粘贴到新的本地存储库中。

它认出了我的变化,我能够把它们推得很好。