bug: not able to sync a git repository on Azure DevOps Services #5077
Labels
group/backend
Issue related to the backend (API Server, Git Agent)
type/bug
Something isn't working as expected
Component
Git Integration
Infrahub version
1.0.7
Current Behavior
It seems that we are not able to sync a git repository that is hosted on Azure DevOps Services.
After setting the environment variable
GIT_TERMINAL_PROMPT
to0
and then creating the repository in Infrahub, you will receive this error message:Infrahub automatically appends
.git
at the end of the repository URL when it is not provided. It seems that this does not work for Azure DevOps.Cloning the repository on your pc, using the URL with
.git
appended will give you exactly the same error message. Cloning the repository on your pc, using the URL as is, works as expected.Expected Behavior
The repository node is successfully created.
Steps to Reproduce
Additional Information
No response
The text was updated successfully, but these errors were encountered: