-
Notifications
You must be signed in to change notification settings - Fork 675
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
Clone Repository Failed #7761
Comments
Hi there, thanks for reporting the issue. Would it be possible for you to provide code samples for us to repro? Right now I am not able to repro the crash with your repro steps. Could you also provide your conda environments? Reading from the stack traces seems like an issue with conda. |
with open("movies.txt", "w") as file: def populate_list(file_name): def display_menu(): def display_titles(movie_list): def add_title(movie_list, title, file_name): def delete_title(movie_list, index, file_name): def main():
if name == "main": |
Thanks for your response, just to make sure I am not misinterpreting here, when you say "clone the project", did you mean copy and paste the project folder? or were you doing a git clone? Also, did you also clone your conda environment? |
Going to close this out. If the issue still persists, please reopen with the information requested. Thanks. |
Describe the bug
[A clear and concise description of the bug]
When I try to clone a previous project in python, no code shows up and instead shows "An unexpected error occurred".
Steps to Reproduce
1.
2.
3.
Expected behavior
[A clear and concise description of your expectation]
I expected the code to reappear again with no errors.
Additional context and screenshots
[Add any other information such as screenshots, error message, or stack trace]
Sample Code
[Window Title]
devenv.exe
[Main Instruction]
An unexpected error occurred
[Content]
Please press Ctrl+C to copy the contents of this dialog and report this error to our issue tracker.
[^] Hide details [Close]
[Expanded Information]
The text was updated successfully, but these errors were encountered: