Closed seisman closed 3 years ago
i will ready to take this issue
@shahid-0 Thanks for your help! Let us know if you need help.
Can we create a new python file that goes through all the above files in the directory and then replaces occurrences of non-ASCII double quotes to ASCII as requested? Is that the way to do it? Actually a shell script would do the job
The easiest way is to edit the above files manually. Of course, you can write a simple Python or Shell script to do the job automatically.
Hi I create the python file and change the code but when I push the file to the repository this will me this issue "error: failed to push some refs" so as a beginner I don't know how to resolve this issue can you please help me what is the issue
Hi I create the python file and change the code but when I push the file to the repository this will me this issue "error: failed to push some refs" so as a beginner I don't know how to resolve this issue can you please help me what is the issue
Could you present the git commands you use? Or you could refer to Aaron Meurer's tutorial on the git workflow.
The following files use non-ASCII double quotes
“”
, but ideally we should use ASCII double quotes""
: