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.

Home Page:https://git-repo.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Received HTTP code 500 from proxy after CONNECT

shiqianren opened this issue · comments

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

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"