You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An earlier update to Git for Windows declared that a tree object is
invalid if it has a path component with backslash in it, which was
overly strict, which has been corrected. The only protection the
Windows users need is to prevent such path (or any path that their
filesystem cannot check out) from entering the index.
(merge 224c7d70fa js/mingw-loosen-overstrict-tree-entry-checks later to maint).
niik
changed the title
Cloning of repo from GitHub Desktop fails, but succeeds from cmd
Cloning: error: filename in tree entry contains backslash" '\'
Jun 16, 2020
Describe the bug
When cloning the MicrosoftDocs/azure-docs repository though the GitHub Desktop app, it failed. The logs showed the following error:
From the logs, the command that executed the clone was this:
However, when I tried to manually execute the command it passed. Not sure what is causing the problem.
Version & OS
GitHub Desktop Version 2.5.0 on Windows 10 (also tried on Windows Server, failed there as well).
Steps to reproduce the behavior
Clone the repo
https://github.com/MicrosoftDocs/azure-docs
form the GitHub Desktop application.Expected behavior
Cloning should be successful.
Actual behavior
Cloning fails.
The text was updated successfully, but these errors were encountered: