I am behind an authentication proxy and need access to a remote SVN repo through https using git svn.
The proxy server is defined in the file ~/.subversion/servers.
When I start with git svn fetch, an error message appears:
Failed to query RA layer: OPTIONS http: // url / to / repos / branches / experimental '
Ok No problems. Let the credentials be written in ~/.subversion/servers→ everything works fine.
However, it’s a little inconvenient for me to have my domain credentials stored in a text file on my hard drive.
Are there other ways ( especially interactive ) for authentication in my proxy when using git svnover https?
Information: The PC where this should be done is in the Windows domain, and authentication is performed using NTLM.
source
share