export GIT_CURL_VERBOSE=1
git push -u origin –all –verbose
git config –list
&
GIT_CURL_VERBOSE=1 git push
&
export GIT_CURL_VERBOSE=1
git push
git config --global http.postBuffer
There are useful to debug, long running Git Commands or Git Commands that seem to be hanged for some reason,
Git has an in-built functionality for us to peek into what is running behind the scenes of a git command, just add GIT_TRACE=1 before ANY git command to get additional info, for example:
Other Flags that we can use are : GIT_CURL_VERBOSE=1, -v or –verbose
[server@user sp-server-branches]$ GIT_TRACE=1 git clone
https://github.com/gitlabhq/gitlab-public-wiki/wiki/Trouble-Shooting-Guide
https://drupal.org/node/1065850
http://mattberther.com/2013/12/29/pushing-large-git-repos-with-ssh
http://ocaoimh.ie/2008/12/10/how-to-fix-ssh-timeout-problems/
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024