Skip to content

Commit

Permalink
Remove a file which causes cloning on Windows platform to fail
Browse files Browse the repository at this point in the history
There is a known issue with git-for-windows and currently clone and
pull fail with invalid path errors if the target repository has any
filename containing a character prohibited in Windows. We can find
below examples reporting that issue.
 git-for-windows/git#2777
 git-for-windows/git#2803
 git-for-windows/git#2849

Because it is unlikely that the issue is solved in git-for-windows
shortly, this change drops one release note file currently causing
the failure, as a quick workaround. Note that we can't rename existing
release note files because that would make notes appear in a wrong
release, and this is why this change should remove that file.

Change-Id: Ib3615761b366ed849177ae79d7d105ef8b839da4
  • Loading branch information
alex-wpso authored and kajinamit committed Jul 30, 2021
1 parent fea3ef5 commit df3ece5
Showing 1 changed file with 0 additions and 4 deletions.

This file was deleted.

0 comments on commit df3ece5

Please sign in to comment.