Mohammad Arshad created HBASE-25503:
---------------------------------------
Summary: HBase code download is failing on windows with invalid
path error
Key: HBASE-25503
URL: https://issues.apache.org/jira/browse/HBASE-25503
Project: HBase
Issue Type: Bug
Reporter: Mohammad Arshad
Assignee: Mohammad Arshad
git pull command is failing with "error: invalid path"
{noformat}
Host1 MINGW64 /d/hbase (master)
$ git pull
error: invalid path
'dev-support/design-docs/HBASE-18070-ROOT_hbase:meta_Region_Replicas.pdf'
Updating 2e96a5b2d3..dfefff7e59{noformat}
This problem is coming only on windows machines. Tried on windows 7 and windows
10 both have problem. Searched on net, seems no any easy solution.
Problem is because file HBASE-18070-ROOT_hbase:meta_Region_Replicas.pdf has
colon in its name.
To fix the problem we should remove the colon : from file name
--
This message was sent by Atlassian Jira
(v8.3.4#803005)