0

The previous team created code in a bizzare naming convention. I'm looking to clone a git repository which has files with ">" symbol in the file name. Ex: "Data>1234.ipynb", "Data>5678.ipynb" etc. There are numerous files like that in the repository. It throws an error when I try to download the repo in a zip format or when I try to use "git clone". Please suggest me a best way to download the repo and reuse.

Thanks in advance,

Himanshu
  • 12,071
  • 7
  • 46
  • 61

1 Answers1

0

You would use WSL and clone the repo in linux. https://learn.microsoft.com/en-us/windows/wsl/install-win10

KetZoomer
  • 2,701
  • 3
  • 15
  • 43