-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
Add flag to always authenticate when cloning public repositories #760
Conversation
Codecov Report
@@ Coverage Diff @@
## master #760 +/- ##
=======================================
Coverage 52.23% 52.23%
=======================================
Files 86 86
Lines 5940 5940
=======================================
Hits 3103 3103
Misses 2665 2665
Partials 172 172
Continue to review full report at Codecov.
|
Co-authored-by: Anbraten <anton@ju60.de>
Sure thing. Updated |
…o auth_public_repos
Co-authored-by: Anbraten <anton@ju60.de>
As a developer using an custom git server (e.g. Github Enterprise) I would like to be able to authenticate
the user on repositories which are marked as public.
See issue: #473
Ref: #693 (comment)