尝试推送时出现多个错误。
Notes&尝试修复:
错误:
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上找到一个条目。它似乎确实是一个错误,但这并不能解释其他错误。任何想法将不胜感激!
答案 0 :(得分:0)
我最终创建了一个空文件夹,拉下我的远程存储库,然后将前一个文件夹中的本地文件(/.git/除外)复制/粘贴到新的本地存储库中。
它认出了我的变化,我能够把它们推得很好。