Skip to content

fetch verbose #215

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

Closed
wants to merge 1 commit into from
Closed

fetch verbose #215

wants to merge 1 commit into from

Conversation

ericsciple
Copy link
Contributor

@ericsciple ericsciple commented Apr 13, 2020

Increase verbosity for fetch. Currently we have cases where fetch is failing without any output. Refer to #143

@ericsciple ericsciple force-pushed the users/ericsciple/m169fetch branch from f81e31f to ad35078 Compare April 13, 2020 19:18
@@ -5560,7 +5560,8 @@ class GitCommandManager {
'--no-tags',
'--prune',
'--progress',
'--no-recurse-submodules'
'--no-recurse-submodules',
'--verbose'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how much info will this print? will it help with the exit 1 case?
Should we export GITHUB_TRACE=1 and GIT_CURL_VERBOSE=1 when we retry for the last time?

@ericsciple ericsciple closed this Apr 14, 2020
@ericsciple ericsciple deleted the users/ericsciple/m169fetch branch April 14, 2020 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants