We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git read-tree --prefix=/
Describe the bug
The fix applied in #53 needs to be applied for setting up gitlab projects
Steps to reproduce
run bash setup.bash --gitlab, and answer the questions
bash setup.bash --gitlab
it will fail with a message similar to fatal: Invalid prefix, prefix cannot start with '/'
fatal: Invalid prefix, prefix cannot start with '/'
after applying a similar fix, it resolved the issue
Expected behavior
for the setup to work :)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
The fix applied in #53 needs to be applied for setting up gitlab projects
Steps to reproduce
run
bash setup.bash --gitlab
, and answer the questionsit will fail with a message similar to
fatal: Invalid prefix, prefix cannot start with '/'
after applying a similar fix, it resolved the issue
Expected behavior
for the setup to work :)
The text was updated successfully, but these errors were encountered: