Authentication error with Git Clone module
My first time using the git clone module. I normally use
I am testing with the Git Clone modules to auto clone a repo on a ec2 template as an AI task. The cloning fails with the error below (extracted from initialization logs). However, if I clone from the instance's terminal, it works fine.
The Git Clone modules uses ssh auth similar to the regular clone command. Does authentication to github works different on the module?
$git clone from the terminal without issues. I have the code ssh key added to my github account.I am testing with the Git Clone modules to auto clone a repo on a ec2 template as an AI task. The cloning fails with the error below (extracted from initialization logs). However, if I clone from the instance's terminal, it works fine.
The Git Clone modules uses ssh auth similar to the regular clone command. Does authentication to github works different on the module?