Question: Unable to clone devstack into VM
Hi,
Before I start I have searched this issue thoroughly on public domain as we all as ask.openstackorg. Somehow I am unable to find an answer to the problem I am facing. Here is my complete setup details
- I have a windows machine which is behind proxy.
- I have setup a ubuntu OS over the top of it using virtual box.
- I have configured the HTTP and HTTPS proxy in ~/.gitconfig along with proxy username and proxy password
- Now when I run the command "git clone https://git.openstack.org/openstack-d... to clone devstack into my VM
I get the following error :
Cloning into 'devstack'...
fatal: unable to access 'https://git.openstack.org/openstack-dev/devstack/': Received HTTP code 407 from proxy after CONNECT
PS: I have a similar setup on my windows machine and I am able to clone devstack using git.
Please advice.
Regards Ashish
I tried setting GIT_CURL_VERBOSE=1 and here is what I see < HTTP/1.1 407 Proxy Authentication Required < Proxy-Authenticate: NEGOTIATE * gss_init_sec_context() failed: : No Kerberos credentials available < Proxy-Authenticate: NTLM < Proxy-Authenticate: BASIC realm="Access to this server requires AD
when I set the GIT_CURL_VERBOSE=1 in my windows machine it just works fine and is able to successfully do a kerberos authentication. But in case of a VM it just does not work.