Closed arezaii closed 1 year ago
This PR implements some attempts at fixing CI failures at the step where we clone the user's submitted Mason package.
In both ssh and https modes we are getting failures for new/updated packages. For ssh connections, the failures look like
git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights
and https gets a message that it's not allowed:
fatal: protocol ' https' is not supported
reviewed by @bmcdonald3 - thanks!
This PR implements some attempts at fixing CI failures at the step where we clone the user's submitted Mason package.
In both ssh and https modes we are getting failures for new/updated packages. For ssh connections, the failures look like
and https gets a message that it's not allowed:
reviewed by @bmcdonald3 - thanks!