-
Notifications
You must be signed in to change notification settings - Fork 172
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
Clone of Azure devops git repo not working with private repositories #2994
Labels
Comments
I am trying to understand what is wrong with the actual result. Is the problem that the package is not being created? In the logs you provided it seems like the package was created. I do see that the initial git clone is failing with credential issues but then the fallback seems to work. |
ittacco
added a commit
to ittacco/zarf
that referenced
this issue
Sep 14, 2024
fix: Clone of Azure devops git repo not working with private repositories Refs: zarf-dev#2994
2 tasks
Hi, the package was not created. I have debugged the code and basically in
the repository.go the function Clone, after the execution of
gitCloneFallback without any error, is not returning and goes in error
executing the next go-git functions.
I have made a pull request that adds a return also in case gitCloneFallback
ends without any error ( by the way was implemented in this way in version
0.36.0)
//Lorenzo
Il giorno sab 14 set 2024 alle 00:47 Philip Laine ***@***.***>
ha scritto:
… I am trying to understand what is wrong with the actual result. Is the
problem that the package is not being created? In the logs you provided it
seems like the package was created.
—
Reply to this email directly, view it on GitHub
<#2994 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD7TQVRY2B3XKDXU656F3IDZWNTOXAVCNFSM6AAAAABODZIRRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJQGYYDCNRZGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
ittacco
added a commit
to ittacco/zarf
that referenced
this issue
Nov 9, 2024
fix: Clone of Azure devops git repo not working with private repositories Refs: zarf-dev#2994 Signed-off-by: ittacco <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Device and OS: Windows 10/Linux
App version: 0.39.0
Steps to reproduce
run zarf package create using the following zarf file:
Expected result
zarf package created
Actual Result
The text was updated successfully, but these errors were encountered: