Hello Everyone,
We've noticed some users are experiencing issues with Git operations, specifically cloning, pulling, and pushing, which have not been completed successfully. To address this, we recommend adjusting the Git configuration below with the following command:
git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe"
This configuration change has proven effective for TortoiseGit and Git Bash users. However, please note that it does not resolve the issue for SourceTree users.
Users also reported that with the config change, they can pull successfully but can still not clone/push.
Thank you.