How do I pull from a Git repository through an HTTP proxy?

后端 未结 28 2764
星月不相逢
星月不相逢 2020-11-22 11:57

Note: while the use-case described is about using submodules within a project, the same applies to a normal git clone of a repository over HTTP.

I have

28条回答
  •  无人共我
    2020-11-22 12:14

    This is an old question but if you are on Windows, consider setting HTTPS_PROXY as well if you are retrieving via an https URL. Worked for me!

提交回复
热议问题