NealWalters
NealWalters

Reputation: 18227

TortoiseGit - Add - fatal - empty string is not valid pathspec

Tried right-click "Add" on the TortoiseGit menu from the root of my project, and I see this error: "Fatal: empty string is not valid pathsepc. please use . instead if you mean to match all paths. enter image description here

Part 2 - can I do a recursive add from all subdirectories?

Upvotes: 1

Views: 3856

Answers (2)

MrTux
MrTux

Reputation: 34032

See https://stackoverflow.com/a/48457419/3906760:


TortoiseGit 2.5 is not yet fully compatible to Git >= 2.16. See https://TortoiseGit.org and the corresponding bug report: https://TortoiseGit.org/issue/3138

Use the latest stable version of TortoiseGit: https://tortoisegit.org/download/

Upvotes: 4

NealWalters
NealWalters

Reputation: 18227

Installing Tortise Get 2.6 solved the problem.

Upvotes: 1

Related Questions