-
Notifications
You must be signed in to change notification settings - Fork 5
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
git step should support authentication #58
Labels
Comments
rtyler
added
enhancement
New feature or request
component/stdlib
Step standard library issues
labels
Dec 1, 2020
nakulpathak3
added a commit
to nakulpathak3/otto
that referenced
this issue
Dec 12, 2020
Copied this straight from Pest itself so must be right 😅 https://github.com/pest-parser/pest/pull/332/files Fixes rtyler#58
nakulpathak3
added a commit
to nakulpathak3/otto
that referenced
this issue
Dec 12, 2020
Copied this straight from Pest itself so must be right 😅 https://github.com/pest-parser/pest/pull/332/files Tested against ``` /* 1-line multiline comment */ /* N-line multiline comment */ /* // Line comment inside multiline /* (Multiline inside) multiline */ */ ``` Testing steps - * `cargo build` * `make run` * `scripts/local-run` with above inputs Fixes rtyler#58
nakulpathak3
added a commit
to nakulpathak3/otto
that referenced
this issue
Dec 12, 2020
Copied this straight from Pest itself so must be right 😅 https://github.com/pest-parser/pest/pull/332/files Tested against ``` /* 1-line multiline comment */ /* N-line multiline comment */ /* // Line comment inside multiline /* (Multiline inside) multiline */ */ ``` Testing steps - * `cargo build` * `make run` * `scripts/local-run` with above inputs Fixes rtyler#58
nakulpathak3
added a commit
to nakulpathak3/otto
that referenced
this issue
Dec 12, 2020
Copied this straight from Pest itself so must be right 😅 https://github.com/pest-parser/pest/pull/332/files Tested against ``` /* 1-line multiline comment */ /* N-line multiline comment */ /* // Line comment inside multiline /* (Multiline inside) multiline */ */ ``` Testing steps - * `cargo build` * `make run` * `scripts/local-run` with above inputs Fixes rtyler#58
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Right now the git step doesn't have any means of authenticating for its clones.
This is unfortunately because the credentials subsystem hasn't yet been plumbed out for Otto yet.
The text was updated successfully, but these errors were encountered: