Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

my final cmd command mv<filename> was executed perfectly with no errors but I did not get a patch folder on the left hand side #40

Open
swapnilkadakia opened this issue Apr 3, 2020 · 7 comments

Comments

@swapnilkadakia
Copy link

No description provided.

@jbf-insidesherpa
Copy link
Collaborator

@swapnilkadakia this seems to be an intermittent issue with REPL that happens for some users. If so, can you try to copy the produced patch file into a new file by doing cp

so for example
cp 0001-create-patch-file.patch xyz.patch

note that you need to do this when your repl state is in bash mode i.e.

import os
os.system('bash')
#... execute the next steps to create patch file and the copy commands above

@jbf-insidesherpa
Copy link
Collaborator

jbf-insidesherpa commented Apr 4, 2020

One other thing to note, you might try using the cat command which enables you to print out the contents of the patch file and just save it in a .patch file but this can be corrupted. I would suggest a safer approach would be is to just retry via a fresh repl and/or use the copy tactic to coax repl to show the patch file on the sidebar and try redownloading the entire project

@Ng-ethe
Copy link

Ng-ethe commented Apr 9, 2020

I have the same issue. I ran the 'ls' command and the patch file was listed among the others but does not appear in the left-side panel in the list of files

@Ng-ethe
Copy link

Ng-ethe commented Apr 9, 2020

Any ideas on how to go about this?

@andreduong-zz
Copy link

I think you might try to not type the final mv command and just stop at the git format-patch command. After that, you should see your .patch file inside the jpm_module_1 folder. Just click the 3-dot icon and download the zip file as usual.

@ghost
Copy link

ghost commented Apr 24, 2020

I'm having the same issue as @swapnilkadakia.

@TheBottleCap
Copy link

same problem!!! after typing exit command i again started all the steps from import os but when i am writing git commit -m 'Create Patch File' it is showing that nothing top commit, working tree clean.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants