How to clone a Google Source Repository in Working Copy iOS
I recently went through this process and couldn’t find a guide (though I swear one existed at some point in the past). Here’s how to clone a git repository from Google Source Repositories in the Working Copy iOS or iPadOS app:
- Navigate to https://source.cloud.google.com/
- Pick out the repo you want to clone and open the clone dialog (it looks like a “+” icon)
- Go to the “Manually generated credentials” tab
- Click on “Generate and store your Git credentials”
- Go through the authentication flow
- You should be prompted to copy a shell command onto your clipboard
- Go to the Working Copy iOS app
- Go to Settings (the gear icon) > Authentication Cookies
- Tap the “+” icon and import from clipboard
- You should now be able to clone the repository using the
https://source.developers.google.com/p/...
URL
Hope that helps if you’re in the same boat.