ios icon indicating copy to clipboard operation
ios copied to clipboard

trouble downloading

Open chandlerguy79 opened this issue 6 years ago • 3 comments

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.

chandlerguy79 avatar Sep 29 '18 05:09 chandlerguy79

I'm stuck at the same part and can't move past it either

kingofplay2000 avatar Oct 31 '18 00:10 kingofplay2000

Instead of the command "git clone [email protected]:fetlife/ios.git" Use "git clone https://github.com/fetlife/ios.git"

Longrider333 avatar Dec 04 '18 20:12 Longrider333

You can also click "Download Zip" on the main repository page: image

whitehat007 avatar Apr 26 '19 01:04 whitehat007