Skip to content

Instantly share code, notes, and snippets.

@diskostu
Created February 1, 2018 10:28
Show Gist options
  • Select an option

  • Save diskostu/8ca93533ee7af1a1b55dbcf501149e9e to your computer and use it in GitHub Desktop.

Select an option

Save diskostu/8ca93533ee7af1a1b55dbcf501149e9e to your computer and use it in GitHub Desktop.
Make the git command in the console more verbose
# If you have connection issues from the local machine to GitHub, you can make the git command in the console more verbose.
# sourcee: https://stackoverflow.com/a/20492254/1057348
# Windows
set GIT_CURL_VERBOSE=1
set GIT_TRACE_PACKET=2
# Unix
# export GIT_CURL_VERBOSE=1
# export GIT_TRACE_PACKET=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment