Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private Repository Causes Bitrise Auth issues #13

Open
3SC-Bitrise opened this issue Jun 12, 2023 · 0 comments
Open

Private Repository Causes Bitrise Auth issues #13

3SC-Bitrise opened this issue Jun 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@3SC-Bitrise
Copy link

3SC-Bitrise commented Jun 12, 2023

The Bitrise Xcode Test step is failing with log

xcodebuild encountered an error (74): 
- Could not resolve package dependencies:
  Failed to clone repository https://github.com/3sidedcube/ArcUI.git:
    Cloning into bare repository '/Users/vagrant/Library/Developer/Xcode/DerivedData/.../ArcUI-ce55e926'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled

As documented by Bitrise, private repositories need to be accessed with

git@github.com:3sidedcube/ArcUI.git

instead of

https://github.com/3sidedcube/ArcUI.git

but when adding that as a swift package in Xcode, this yields the attached error.
Screenshot 2023-06-12 at 19 08 20

The temporary fix is to make this a public repo.
There's nothing sensitive so it is OK, but private would be preferred.

Other resources:

@3SC-Bitrise 3SC-Bitrise added the bug Something isn't working label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant