Created
February 1, 2018 10:28
-
-
Save diskostu/8ca93533ee7af1a1b55dbcf501149e9e to your computer and use it in GitHub Desktop.
Make the git command in the console more verbose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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