顯示具有 http 標籤的文章。 顯示所有文章
顯示具有 http 標籤的文章。 顯示所有文章

2011年10月16日 星期日

Git through proxy authentication

How to git clone from https://github.com/FreeRDP/FreeRDP.git through proxy authentication.

Add git proxy configuration:
# git config --global http.proxy http://user:pass@proxy.server:port/

Troubleshooting:
add GIT_CURL_VERBOSE=1 environment variable for git
ex: GIT_CURL_VERBOSE=1 git clone https://xxx
Related Posts Plugin for WordPress, Blogger...