mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #1269] Hangs at end of actions/checkout@v2 after git fetch #692
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#692
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AndrewSouthpaw on GitHub (Jul 20, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1269
Bug report info
Command used with act
Describe issue
It gets to the end of the checkout, completes the
git fetch, and hangs. Didn't respond to^C, had to manually kill it from docker desktop.Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@AndrewSouthpaw commented on GitHub (Aug 5, 2022):
I tried this again a couple weeks later and it's working again. Maybe my computer was just having a day. 🤷🏼♂️
@dhaval-dhanani-coforge commented on GitHub (Aug 24, 2023):
Can we reopen? I am facing same issue.
@andrewvaughan commented on GitHub (Oct 6, 2023):
Just adding that I've run into this, as well - there's not a lot of data in verbose logs that's very helpful. I can't tell if it's an issue on the GitHub server or with the client.
Even after failing, it hangs, which makes me think it's an odd quirk in
actand not a server issue:I actually have to go kill the docker container because I can't even
CTL+Cout.Edit:
I think this is happening because I have my SSH key managed by a password manager. Usually when I clone an SSH repository, 1Password pops up for me to authenticate. I have a feeling this may be causing some issues. I'll update here if I find more in case someone finds this as a top search result like I did.