Skip to content

git add issue #1139

Answered by Byron
ashokkumarsoliyappan asked this question in Q&A
Discussion options

You must be logged in to vote

It's difficult to provide a concise answer given I don't truly understand the question. However, under the assumption that you are not trying to add a submodule (i.e. 'repository') to the local clone using git add but instead try to add a file, then the error message indicates that automationPuml does not exist on disk and thus could not be added.

It's exactly the same result as running git add automationPuml on the command-line, since you are running git directly using GitPython as proxy.

I am closing the issue as it's not representing anything that could be fixed, and further comments are welcome on the closed issue as well.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Byron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #960 on February 26, 2021 11:18.