-
Notifications
You must be signed in to change notification settings - Fork 552
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
Coprorate repositories in Azure DevOps cannot be cloned #5848
Comments
Thanks a lot for reporting! It's a known issue with the way
Definitely not. |
Thanks for the quick reply. I completely understand the "probably won't fix" rationale given in the linked issue. I am also aware the workaround is to just clone the repository locally and import it (which I can confirm did work). Unfortunately, in a corporate setting such as the one I'm in, the word "workaround" for a fundamental function like cloning a remote will kill any chance I have of introducing the tool. You can close the issue if you like. I won't be able to proceed any further with test-driving the application. It's an interesting tool though. Thanks for the opportunity to look at it. Best Regards, |
Thanks for the kind words! The issue should stay open as I believe it will be fixed eventually, and I hope your next test will be more successful :). |
🤔 We could move from gitoxide to shelling out to the git executable like we do with fetch and push. It would allow us to also make use of askpass for SSH keys with passwords |
Yes, definitely. Since the current implementation also doesn't use progress or can be interrupted, it's not very suited for huge repositories to be cloned, so the performance benefit of
|
I'll add it to my todo list for the new year, unless @krlvi wants to take a look at this himself sooner given that it's very much onboarding related? |
I can help with any testing. Our repositories are usually quite small, but
we have a lot of them spread across several AZDO instances.
Thanks, all!
Dean
…On Sat, Dec 21, 2024, 2:34 p.m. Caleb Owens ***@***.***> wrote:
I'll add it to my todo list for the new year, unless @krlvi
<https://github.com/krlvi> wants to take a look at this himself sooner
given that it's very much onboarding related?
—
Reply to this email directly, view it on GitHub
<#5848 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGPPCS6EEYEWMBB3P3ZBMT2GXNIBAVCNFSM6AAAAABTZD3MZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJYGI2DMNBSGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I am trying to clone a repository stored in my company's Azure DevOps subscription. I receive the following error message:
Error
Error: The object long-string-of-random-characters-snipped could not be decoded or wasn't found.
I receive the same error trying both SSH and HTTPS addresses. I am able to clone my personal GitHub and Codeberg repositories with no issue.
Is this an Azure DevOps security issue?
The text was updated successfully, but these errors were encountered: