insidesherpa / JPMC-tech-task-1

56 stars 352 forks source link

Stuck while creating a patch file #162

Open harmankaur23 opened 4 years ago

harmankaur23 commented 4 years ago

"On branch master nothing to commit" when i execute 'git commit -m 'Create Patch File'

tejas-2232 commented 4 years ago

same problem i encountered

Gujar-Shubham commented 4 years ago

same issue Any solution?

tejas-2232 commented 4 years ago

actually this problem occurred to me while 2nd attempt. In first attempt, the patch was created but not showing in left directory @Gujar-Shubham what other problems did you encounter

Gujar-Shubham commented 4 years ago

yes true i had that first but patch file was not in zip which i downloaded and deleted that file and tried to redo the process then i got this error actually the patch file is been created and with the usual name and we can also add that with the same usual command process. Thus the issue got cleared

tejas-2232 commented 4 years ago

But that's seems quite possible...but how you accesed that patch file. I can't even see it after creating.

On Tue, 19 May 2020, 19:02 Shubham arun gujar, notifications@github.com wrote:

yes true i had that first but patch file was not in zip which i downloaded and deleted that file and tried to redo the process then i got this error actually the patch file is been created and with the usual name and we can also add that with the same usual command process. Thus the issue got cleared

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/insidesherpa/JPMC-tech-task-1/issues/162#issuecomment-630820854, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6DCHJ3Q2IIGV5CU526YTLRSKC7DANCNFSM4NEKWYYA .

harmankaur23 commented 4 years ago

Yes exactly even I couldn't access the patch file after downloading, I did the whole process again, also try refreshing

tejas-2232 commented 4 years ago

Ok. I'll try again. Thanks

On Tue, 19 May 2020, 23:28 harmankaur23, notifications@github.com wrote:

Yes exactly even I couldn't access the patch file after downloading, I did the whole process again, also try refreshing

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/insidesherpa/JPMC-tech-task-1/issues/162#issuecomment-630984167, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6DCHMDI2DKQYLEA2YUVFDRSLCEPANCNFSM4NEKWYYA .

Gujar-Shubham commented 4 years ago

I just assumed that patch file is created and run the next command. And that actually worked for me and i got that idea from a closed issue 55.

Cruel-Crab commented 4 years ago

It says nothing to commit because string is not defined by using single quotes in git , you need to use double quotes , eg : "Create Patch File" Hope this works.

tejas-2232 commented 4 years ago

@harmankaur23 Refreshing the page worked for me. thanks