svn checkout through proxy doesn't work
- by Hoghweed
I'm on an ubuntu 11.04 x64
I'm trying to svn checkout trough a proxy, I edited the servers file to correctly set the http proxy informations to correctly establish a connection, but I'm still having errors and the checkout it's not possible.
this is the error:
svn checkout http://75.101.130.236/svn/mspdd/
svn: OPTIONS of 'http://75.101.130.236/svn/mspdd': Could not authenticate to proxy server: ignored Kerberos challenge, ignored NTLM challenge, GSSAPI authentication error: Unspecified GSS failure. Minor code may provide more information: Credentials
cache file '/tmp/krb5cc_1000' not found (http://75.101.130.236)
Trying to access through browser works well but not from terminal..
any idea?
thanks a lot