| Variable | Description | Possible Values |
|---|---|---|
| GIT_CURL_VERBOSE | Tells Git to emit all the messages generated by that library. This is similar to doing curl -v on the command line. | 1 |
| GIT_SSL_NO_VERIFY | Tells Git not to verify SSL certificates. | true |
| GIT_TRACE | Controls general traces | 1, 2 or true |
| GIT_TRACE_PACKET | Enables packet-level tracing for network operations. | true |
Leave a Reply