Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shh to http conversion fails with dev.azure #184

Open
mads-oestergaard opened this issue Jan 29, 2024 · 2 comments · May be fixed by #185
Open

shh to http conversion fails with dev.azure #184

mads-oestergaard opened this issue Jan 29, 2024 · 2 comments · May be fixed by #185

Comments

@mads-oestergaard
Copy link

Converting from ssh to http fails for azure projects.

Using user/pass credentials - replacing ssh url '[email protected]:v3/org/team/project' with https url 'https://ssh.dev.azure.com/v3/org/team/project'
fatal: repository 'https://ssh.dev.azure.com/v3/org/team/project' not found

The repository should be https://dev.azure.com/org/team/_git/project

I would like to look at this. Any pointers as to where I start?

@jkhenning
Copy link
Member

Hi @mads-oestergaard , this is handled in the agent code, in the def _set_ssh_url(self) function I think - look for it and see if it makes sense

@mads-oestergaard
Copy link
Author

@jkhenning just made a PR which should fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants