-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
std@sys_remove_dir when trying to install git library with specific branch #622
Comments
If you run with the |
Indeed I totally missed that 😢 Without |
Reopening because the current error hides the real issue. |
One thing we can do is a bit of a check with the git command > git ls-remote --symref https://github.com/Starmapo/flixel-text-input.git
ref: refs/heads/main HEAD
951a0103a17bfa55eed86703ce50b4fb0d7590bc HEAD
951a0103a17bfa55eed86703ce50b4fb0d7590bc refs/heads/main
8869e6b1b8e939a64de7611265e042c4596bee82 refs/pull/1/head
320d882f86cdc4ab0b5613d156a586238253ecf0 refs/pull/3/head
7fcdb8bcf6c5a2d2d6f49d5081989e049595baec refs/tags/v1.0.0
526eebf40935910224f982abc577e427cab14d13 refs/tags/v1.1.0
f0e616de478501acd650b98ab4e28ef323386a8a refs/tags/v2.0.0
2c0a4f4f45285b631368b174b9c9cd7b3148fcf6 refs/tags/v2.0.1
abc1c1b3bde15b0f480c763969679da335f3a1e3 refs/tags/v2.0.2 and do some regex/parsing to return a list of remote branches. Also in this command in the first line of the output is |
This
ends with
and empty
git
directory.Not using branch name
works though.
The text was updated successfully, but these errors were encountered: