-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
feat: pdm init template argument #2053
Conversation
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #2053 +/- ##
==========================================
- Coverage 84.96% 84.75% -0.21%
==========================================
Files 99 100 +1
Lines 9419 9559 +140
Branches 2060 2087 +27
==========================================
+ Hits 8003 8102 +99
- Misses 966 1004 +38
- Partials 450 453 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
Signed-off-by: Frost Ming <[email protected]>
Why do we need to ask for user&passwd, is it anonymous access? |
Some testing name
or template
|
What is |
I saw https://github.com/pdm-project/template-django, then just want to give a try ;-). HappyTesting or ChaosTesting |
Signed-off-by: Frost Ming <[email protected]>
@larrycai Thanks for the testing, it was fixed. The complete logic finding template is here: pdm/src/pdm/cli/templates/__init__.py Lines 80 to 89 in 3339e8b
|
It is just inheriting your current git authentication. make sure to set credentials correctly so you can successfully run |
Now |
thx for quick fix, well done! |
Now |
Signed-off-by: Frost Ming [email protected]
Pull Request Checklist
news/
describing what is new.Describe what you have changed in this PR.
Discussion: #2037