Sometimes you keep working behind firewall which can block your access to git repository.
In order to download git project/modules, you might need to set up proxy so that it can connect to github crossing firewall.
You can use below command in git bash console and try to clone the project.
##Setting Git Proxy###
$ git config --global http.proxy http://<PASSWORD>@<PROXY NAME>:<PROXY PORT>
In order to download git project/modules, you might need to set up proxy so that it can connect to github crossing firewall.
You can use below command in git bash console and try to clone the project.
##Setting Git Proxy###
$ git config --global http.proxy http://<PASSWORD>@<PROXY NAME>:<PROXY PORT>
No comments:
Post a Comment