-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix 'gp credential-helper' told us to quit #8416
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8416 +/- ##
==========================================
- Coverage 12.31% 11.17% -1.14%
==========================================
Files 20 18 -2
Lines 1161 993 -168
==========================================
- Hits 143 111 -32
+ Misses 1014 880 -134
+ Partials 4 2 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works well, code LGTM
@iQQBot could you add this test case to the gitpod/components/gitpod-cli/cmd/credential-helper.go Lines 226 to 234 in 343ae26
|
We can file an issue about |
Don't think an issue is needed for just adding two line comments 🙂 |
Description
fix 'gp credential-helper' told us to quit
see https://git-scm.com/docs/git-credential for detail
Related Issue(s)
Fixes #8408
How to test
git clone --mirror -- 'https://gitlab.ebizmarts.com/ebizmarts/magento2-pos-api-request.git' '/workspace/.composer/cache/vcs/https---gitlab.ebizmarts.com-ebizmarts-magento2-pos-api-request.git/'
Release Notes
Documentation