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

[BUG] issues with git clone not handled in mcdev join #934

Closed
2 tasks done
JoernBerkefeld opened this issue May 25, 2023 · 1 comment · Fixed by #1047 or #1023
Closed
2 tasks done

[BUG] issues with git clone not handled in mcdev join #934

JoernBerkefeld opened this issue May 25, 2023 · 1 comment · Fixed by #1047 or #1023
Assignees
Labels
bug Something isn't working e/IDE EPIC
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

image
it seems the script simply skips to the next step when git clone fails and hence tries to switch the working directory to the repo's name.

Expected Behavior

we should catch the error and output our own when git clone fails.

Steps To Reproduce

  1. run mcdev join
  2. answer Yes to having the git repo url
  3. paste an invalid repo URL
  4. See error...

Version

5.0.1

Environment

  • OS:
  • Node:
  • npm:

Participation

  • I am willing to submit a pull request for this issue.

Additional comments

No response

@github-actions
Copy link

Closed by #1047.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment