insidesherpa / JPMC-tech-task-1

56 stars 350 forks source link

Error creating Patch file: pathspec 'Patch' did not match any file(s) known to git #278

Open BertaCespedesSarrias opened 2 years ago

BertaCespedesSarrias commented 2 years ago

I am working on Windows and have used Visual studio code to edit the files provided. When I finished I created a Patch file which I assume was supposed to contain the edited files, is that correct? Nevertheless, when I opened the patch file with VS code, it only appeared the get-pip.py code. Is that normal? Also, when creating the Patch file it said only one document had been edited which is not the case. I tried redoing the steps on the slides and when repeating the process I got this error message:

error: pathspec 'Patch' did not match any file(s) known to git error: pathspec 'File'' did not match any file(s) known to git

What am I supposed to do?

Thank you in advance!

Dhananjeya commented 2 years ago

I am struck at the problem, did you find solution for it?