Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http.proxyコマンドラインパラメーターを使用して Git コマンドを直接呼び出すときに、特定の Git 構成オプション (私の場合) をオーバーライドしたいと考えています。これは可能ですか?
http.proxy
-cはい、次のように渡すことができます。
-c
git -c http.proxy=someproxy clone https://github.com/user/repo.git