git - Visual Studio Tools for Git 无法提交

标签 git visual-studio-2012

Opening repository: D:\testproject\DotNet.
Failed to push new glyph for D:\testproject\DotNet\DotNet.WinForms\DotNet.WinForm.User\DotNet.WinForm.User.csproj. Return code from SccGlyphChanged was -2147467263.
Failed to push new glyph for D:\testproject\DotNet\DotNet.WinForms\DotNet.WinForm.User\DotNet.WinForm.User.csproj. Return code from SccGlyphChanged was -2147467263.
Failed to push new glyph for D:\testproject\DotNet\DotNet.WinForms\DotNet.WinForm.User\DotNet.WinForm.User.csproj. Return code from SccGlyphChanged was -2147467263.
Undoing edit: D:\testproject\DotNet\DotNet.WinForms\DotNet.WinForm.Staff\DotNet.WinForm.Staff.csproj
Failed to push new glyph for D:\testproject\DotNet\DotNet.WinForms\DotNet.WinForm.User\DotNet.WinForm.User.csproj. Return code from SccGlyphChanged was -2147467263

提交解决方案时,输出窗口会显示错误消息。 谁能给我一个建议。

最佳答案

更新:

已在 Visual Studio 2013 Update 4 RC 中修复

初始帖子

这是 acknowledged as a bug :

No need to test it out as I mentioned in my last email. I have confirmed that this is a bug and that it has been fixed in an upcoming version.

目前没有解决方法 - 除非将源代码控制提供程序设置为“无”并在 checkin 时再次打开它。

an open connect issue .请投票。

关于git - Visual Studio Tools for Git 无法提交,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19085881/

相关文章:

visual-studio-2012 - "error C2228: left of ' .ToString ' must have class/struct/union"

git - 您的 .gitignore 文件之一将忽略以下路径

git - TortoiseGit - 找不到 git

git - repo start 和 git checkout -b 的区别

c++ - native C++ 和 Windows 平板电脑

c++ - SDL2.DLL 丢失

php - 接收后仅适用于用户ROOT

git - *.bat text eol=crlf 但 git 仍然更改行结尾

visual-studio - Visual Studio ctrl+箭头设置

c++ - 从 C++ 中的当前目录复制文件(Windows API)