ios
ios copied to clipboard
trouble downloading
Steps to reproduce
Expected behavior
Actual behavior
Device Info
Tested on [device], iOS [version]
I am using a 2015 iMac running 10.13.6 with an iPhone X on the latest iOS. I have Xcode installed with the latest update. In Terminal I am getting some permission denied errors on the second step and am unable to complete the rest of the steps to install mobile app on my iPhone. The errors I am getting in Terminal are:
iMacs-iMac-2:~ imac27admin$ git clone [email protected]:fetlife/ios.git Cloning into 'ios'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
I'm unsure what permissions and access rights that I need to complete this step. Any help would be appreciated. Thank you.
I'm stuck at the same part and can't move past it either
Instead of the command "git clone [email protected]:fetlife/ios.git" Use "git clone https://github.com/fetlife/ios.git"
You can also click "Download Zip" on the main repository page: