alibaba / git-repo-go

git-repo is a command-line tool for centralized workflow, can work with Gerrit, AGit-Flow compatible servers. It is written in Golang, and it can be installed easily without further dependency. It provides an easy-to-use solution for multiple repositories which is introduced by Android repo first, and it can also work with a single repository.
https://git-repo.info/
Apache License 2.0
262 stars 60 forks source link

Received HTTP code 500 from proxy after CONNECT #49

Open shiqianren opened 2 years ago

shiqianren commented 2 years ago

在执行git-repo sync拉取manifest.xml配置的工程 报错 unable to access 'https://git.***.com/***/repo_submodule/': Received HTTP code 500 from proxy after CONNECT

vvikrant456 commented 2 years ago

If you are using proxy, then use this command. It works in my case. $ npm config set proxy "http://172.16.199.41:8080" npm config set https-proxy "http://172.16.199.41:8080"

git config --global http.proxy "172.16.199.41:8080"