git add issue #1139
-
Hi , but i'm getting the error
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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 It's exactly the same result as running 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. |
Beta Was this translation helpful? Give feedback.
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 thatautomationPuml
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.