本文介绍了子模块git visual studio“致命:提交输出中的意外序列"他们可以签到吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为什么Visual Studio 2017中的git子模块只是不想签入?我不断得到

Any reason why git submodules in Visual Studio 2017 just don't want to checkin? I keep getting

似乎有时他们会 DO 签到,但大多数时候却没有.我误会了吗?

Seems like sometimes they DO checkin, but most of the time they don't. Am I misunderstanding something?

推荐答案

在我的情况下,问题是尝试提交时并非所有文件都已保存.

In my case the problem was that not all the files had been saved when trying to commit.

向我展示了去哪里看.

This showed me where to look.

这篇关于子模块git visual studio“致命:提交输出中的意外序列"他们可以签到吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 03:29