将git存储库推送到VSTS

时间:2016-09-13 10:08:23

标签: git azure-devops

我正在将存储库从TFS转换为GIT,我正在使用git-tf工具。目前我处于本地存储库的位置,我正在尝试将其推送到VSTS

我正在使用在VSTS上发布的命令:

git remote add origin https://app.visualstudio.com/MyProject/_git/MyRepo
git push -u origin --all

推送输出如下:

Counting objects: 1636, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (1580/1580), done.
error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 10053
Writing objects: 100% (1636/1636), 1.34 GiB | 13.20 MiB/s, done.
Total 1636 (delta 1180), reused 0 (delta 0)
error: unpack failed: error The tree object awert214681a38eae868f968d9f49dbc7236ba8e was rejected: The tree contains an entry with an invalid entry name of '.git'.
Everything up-to-date

不确定是否第一个错误

error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 10053

负责第二个

最终存储库没有推到VSTS上,我不知道如何解决它。

我正在检查repo浏览器并且没有添加'.git'目录。此外,我做了一些简单的目录搜索,没有其他'.git'目录,而不是放在根目录中的目录。

如果有人有任何建议/想法,那么我会很感激

感谢您的帮助

0 个答案:

没有答案