'Git: "Missing or invalid task ID in the commit message".Why do I have to provide a task ID?
When I do push in Visual Studio, it says in Polish language "Git: Brak lub niepoprawny ID zadania w message'u commita"(translated as "Missing or invalid task ID in the commit message"). I don't know why this git message is in Polish and Why do I have to provide a task ID.
P.S:I checked my git is connected to GitLab.
Solution 1:[1]
The message "Missing or invalid task ID in the commit message" (as translated into Polish) does not appear in Git itself. Hence, this message is not coming from Git.
It looks like the repository to which you are sending the commit is enforcing some rule(s) about commit messages. When they—the other repository, on the hosting server—reject the message, they send you a message in Polish. Git can't help you figure out why they don't like your commit message. You'll need to find that out from somewhere else, probably from the people who run your hosting site.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | torek |
