Hi,
I am trying to build an iOS app and I have setup the signing credentials using fastlane match as described in this guide.
I have also create new user ssh key following the instructions in the guide but during the build time, I keep getting errors that complains it can’t clone the credential repo (a private repo on github but my account can access it).
To figure it out, I ran ssh -T git@github.com
and I got this reponse:
Hi testcheckoutkey! You’ve successfully authenticated, but GitHub does not provide shell access.
That doesn’t seem to be my account at all.
can someone tells if I have done anything wrong, or is it a bug?