-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Failed to checkout@v2 ssh private submodules on windows-latest #311
Comments
i also found this issue. name: CI
on:
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2.3.4
with:
lfs: 'true'
submodules: 'recursive'
ssh-key: ${{ secrets.git_ssh_key }}
env:
GIT_CURL_VERBOSE: '1'
GIT_TRACE: '1' will hang on
|
Any updates on this? I seem to be having the same issue on windows-latest, the step hangs for more than 40 minutes and I get no meaningful logs to understand what is going on. |
I'm also interested in this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following build steps succeed when using
ubuntu-latest
andmacos-latest
.However, they get hung up for hours when using
windows-latest
. The actions eventually time out.Is there an alternate method I should use on
windows-latest
to checkout private ssh submodules?Update with some more info. It appears to get stuck on Fetching LFS objects. The action will run for 40 minutes, but the timestamp shows the operation was canceled moments after it started:
The text was updated successfully, but these errors were encountered: