Skip to content

极狐 GitLab "Import repo by url" 不支持 Azure Devops git 仓库 url

Summary

  • 在极狐 GitLab Import repo by url 菜单里输入 Azure devops 的 git repo url,例如:

    • https://23254393@dev.azure.com/23254393/23254393/_git/23254393
    • git@ssh.dev.azure.com:v3/23254393/23254393/23254393
  • 系统提示:

    • There is not a valid Git repository at this URL. If your HTTP repository is not publicly accessible, verify your credentials
  • 并且导入按钮是灰色、无法点击

截屏2022-05-18_12.16.52

以下是 Azure devops git repo 页面:

截屏2022-05-18_12.23.13

Steps to reproduce

Example Project

What is the current bug behavior?

What is the expected correct behavior?

Relevant logs and/or screenshots

Output of checks

Results of GitLab environment info

Expand for output related to GitLab environment info

(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:env:info`)

(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)

Results of GitLab application Check

Expand for output related to the GitLab application check

(For installations with omnibus-gitlab package run and paste the output of: sudo gitlab-rake gitlab:check SANITIZE=true)

(For installations from source run and paste the output of: sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)

(we will only investigate if the tests are passing)

Possible fixes

胡鹏 编辑于