Git ls-remote和git update with Crowd authentication

时间:2013-07-09 07:07:35

标签: git jenkins atlassian-crowd

我已将我的Git repos切换为使用Crowd进行身份验证,而不是基本身份验证。当任何人都可以进行身份​​验证时,这一切都很有效,但我有两个命令的问题,任何想法如何解决?

  1. git ls-remote -h HEAD 我没有办法在这里指定任何凭据(它在Jenkins中)

  2. git远程更新 如何在这里传递凭证?

  3. 在Jenkins中,配置Git存储库URL时,我得到以下信息:

    Failed to connect to repository : Command "git ls-remote -h http://---/---.git HEAD"  returned status code 128:
    stdout:
    stderr: fatal: Authentication failed
    

0 个答案:

没有答案