且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我可以使用git-svn使用交互式代理身份验证吗?

更新时间:2023-11-03 18:20:10

如果我没有错误ntlmaps也可以拉登录窗口本身,因为你已经加入域,defenetly值得一试

p>

无论如何,如果这样做的工作,你可以让ntlmaps在开始时间要求密码

Ntmlaps网站


I'm behind an authenticating proxy and need to access a remote SVN repo over https using git svn.

The proxy is defined in my ~/.subversion/servers file.

When I start with git svn fetch, I get an error message:

RA layer request failed: OPTIONS of 'http://url/to/repos/branches/experimental'

Ok. No problem. Let's write down the credentials to ~/.subversion/servers → everything works fine.

However, I'm a little bit uncomfortable having my domain credentials stored in a plain text file on my hard disk.

Are there other ways (especially interactive ones) to authenticate at my proxy when using git svn over https?

Info: The PC where this should be accomplished is in a Windows domain and authentication is done with NTLM.

if im not mistaken ntlmaps can also pull the login form windows itself as you have joind the domain, defenetly worth a try

anyway if that doused work you can make ntlmaps ask for a password on start time

Ntmlaps website