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

Windows cant clone private repos #10858

Closed
3 of 15 tasks
calebstott opened this issue Oct 24, 2024 · 7 comments
Closed
3 of 15 tasks

Windows cant clone private repos #10858

calebstott opened this issue Oct 24, 2024 · 7 comments

Comments

@calebstott
Copy link

Description

Action fails when cloning private repos through PlatformIO. Due to this we cannot create production builds

Believe #10843 would fix the issue

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

windows-2019 20241021.1.0
windows-2022 20241015.1.0
(Repos are private)

Is it regression?

Yes (no log available for previous builds)

Expected behavior

Private repos to be cloned with provided keys

Actual behavior

Action fails whenever PlatformIO tries to clone private library dependencies (seems platformio defaults to using SSH)

Repro steps

  1. Set up deploy keys using webfactory/ssh-agent
  2. Try to build a PlatformIO project that has a library dependency found in a private repo
@hemanthmanga
Copy link
Contributor

Hi @calebstott, Thank you for bringing this issue to our attention. We are looking into this issue and will update you on this issue after investigating.

@vidyasagarnimmagaddi
Copy link
Contributor

Hi @calebstott , Kindly provide the error screenshots or any sample workflow , this will help in resolve the issue. thanks

@calebstott
Copy link
Author

This is all I can provide sorry. The runner hangs on line 53 for a few minutes, before failing to clone the private repo
image

@vidyasagarnimmagaddi
Copy link
Contributor

Hi @calebstott , As the source: https://github.com/git-for-windows/git/releases , the latest version will be 2.47.1.windows.1 . it will be included in our next image rollout.thanks

@vidyasagarnimmagaddi vidyasagarnimmagaddi added awaiting-deployment Code complete; awaiting deployment and/or deployment in progress and removed bug report labels Nov 27, 2024
@vidyasagarnimmagaddi
Copy link
Contributor

Hi @calebstott , As the source: https://github.com/git-for-windows/git/releases , the latest version will be 2.47.1.windows.1 . it will be included in our next image rollout.thanks

@vidyasagarnimmagaddi
Copy link
Contributor

Hi @calebstott , As the source: https://github.com/git-for-windows/git/releases , the latest version will be 2.47.1.windows.1 . it will be included in our next image rollout.thanks

@vidyasagarnimmagaddi
Copy link
Contributor

Hi @calebstott ,
The issue will be resolved once the next image rollout happens. And git version of 2.47.1.windows.1 will be included. thanks closing this issue.

@vidyasagarnimmagaddi vidyasagarnimmagaddi removed the awaiting-deployment Code complete; awaiting deployment and/or deployment in progress label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants