You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I mentioned, for me it was incorrect ssh-key which caused local git to hang.
I initially used only Private Key (e.g. the one that starts with -----BEGIN OPENSSH PRIVATE KEY-----) from an SSH key in my account.
But I've noticed in some examples people used Deploy Key, so that's what I did. And put a Public Key into ssh-key 🙂 and it worked.
git checkout actions is stucks the action is not completing so that all the action are facing the same issue
Eg:-1
While canceling the workflow below git command is taking long time to execute (in my case the command is executes but not completed)
git command takes huge time never end is "git clean -ffdx"
below is my git checkout step function
Runner:- am using self hosted windows runner and this issue occurring on randomly
The text was updated successfully, but these errors were encountered: