In addition to that, if you’re cloning the repos thru ssh protocol you can add some entries in your ~/.ssh/config file like
Host gerrit.onap.org ProxyCommand nc -X 5 -x <your network proxy> %h %p Or change the clone behavior: $ git config --global url.https://.insteadof git:// Regards/Saludos Victor Morales irc: electrocucaracha From: <[email protected]> on behalf of Sushil Masal <[email protected]> Date: Thursday, August 17, 2017 at 1:12 AM To: Neeraj Benjwal <[email protected]>, "[email protected]" <[email protected]> Subject: Re: [onap-discuss] How to get Access Rights : GIT Repo Hi Neeraj, Try setting proxy in your git config. git config --global http.proxy <your network proxy> git config --global https.proxy <your network proxy> Regards, Sushil Masal From: Neeraj Benjwal [mailto:[email protected]] Sent: Wednesday, August 16, 2017 4:33 PM To: [email protected] Subject: [onap-discuss] How to get Access Rights : GIT Repo Hi Team, I was trying to checkout from the GIT but facing issue with below URL : [cid:[email protected]] Issue : [cid:[email protected]] [cid:[email protected]] Thanks, [ Neeraj Benjwal ] L&T Technology Services Ltd www.LntTechservices.com<http://www.lnttechservices.com/> This Email may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
