Author Topic: Need help building BitShares via Terminal  (Read 1360 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
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

Offline yellowecho

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.

696c6f766562726f776e696573

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
try cloning via https:

Code: [Select]
git clone https://github.com/bitshares/bitshares.git
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline yellowecho

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
696c6f766562726f776e696573