Difference between revisions of "Miscellaneous git issues"
From Notes_Wiki
|  (Created page with "<yambe:breadcrumb>Git|Git</yambe:breadcrumb> =Miscellaneous git issues=  ==Using git over http proxy==  To use git over http proxy use: <pre> git config --global http.proxy <p...") | 
| (No difference) | 
Revision as of 14:58, 15 September 2014
<yambe:breadcrumb>Git|Git</yambe:breadcrumb>
Miscellaneous git issues
Using git over http proxy
To use git over http proxy use:
git config --global http.proxy <proxy server>
example
git config --global http.proxy http://proxy.example.com:3128/

