BitShares Forum

Main => Technical Support => Topic started by: yellowecho on August 09, 2015, 05:09:48 pm

Title: Need help building BitShares via Terminal
Post by: yellowecho on August 09, 2015, 05:09:48 pm
I'm following the steps found here: https://github.com/BitShares/bitshares/blob/master/BUILD_OSX.md

When I get to step #7 for cloning the github repository, I get a the following message:
Code: [Select]
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I have experience with front end development so I wanted to jump in to see how I could help. Thanks
Title: Re: Need help building BitShares via Terminal
Post by: toast on August 09, 2015, 05:30:59 pm
try cloning via https:

Code: [Select]
git clone https://github.com/bitshares/bitshares.git
Title: Re: Need help building BitShares via Terminal
Post by: yellowecho on August 09, 2015, 06:16:08 pm
Thanks Toast, that worked.  But now I'm running into this after moving to step #8:

Code: [Select]
fatal: Not a git repository (or any of the parent directories): .git
yellowecho:~ yellowecho$ cmake .
CMake Error: The source directory "/Users/yellowecho" does not appear to contain CMakeLists.txt.

Title: Re: Need help building BitShares via Terminal
Post by: xeroc on August 09, 2015, 06:29:13 pm
Thanks Toast, that worked.  But now I'm running into this after moving to step #8:

Code: [Select]
fatal: Not a git repository (or any of the parent directories): .git
yellowecho:~ yellowecho$ cmake .
CMake Error: The source directory "/Users/yellowecho" does not appear to contain CMakeLists.txt.
you need to enter the newly cloned repository first:

cd bitshares