I’m trying to add a swift package to iPad playground app.
I add the package URL: https://GitHub.com/Me/MySpecialPackage
Then it goes and tried to return the version.
I then get:
git error: GITERR_NET:GIT_ERROR - authentication required but no callback set
Where and how do I set the permissions to access the package stored in GitHub?