We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V11.2 V11.1 Win7
Let's create a test repo:
<< GitLink` dir = FileNameJoin[{$UserDocumentsDirectory, "Test2"}]; CreateDirectory[ FileNameJoin[{dir, "sub"}], CreateIntermediateDirectories -> True ]; Export[ FileNameJoin[{dir, "sub", "test.m"}], "Print@\"test\"", "Text" ]; repo = GitInit@dir; GitStatus@repo GitAdd[repo, All]
<|"New" -> {"sub\"}, ...|> GitAdd::gitoperationfailed: A git operation failed with the message "Invalid path: 'sub/'". {}
But if I run git add sub/ from a terminal, it works. Hope it is not another silly mistake I've made.
git add sub/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
V11.2 V11.1 Win7
Let's create a test repo:
But if I run
git add sub/
from a terminal, it works. Hope it is not another silly mistake I've made.The text was updated successfully, but these errors were encountered: