Ethereum Cloning cpp-ethereum from git

0 votes

I am trying to cone the cpp-ethereum from git using this command:

git clone --recursive https://github.com/ethereum/cpp-ethereum.git

But in this command I missed to use --recursive. After running this, I read that it is important to include --recursive to clone additional sub-modules. I know I can just delete the folder and clone the whole thing again. But is there any way to clone only the additional sub-modules without deleting the already cloned data?

Nov 19, 2018 in Blockchain by slayer
• 29,350 points
670 views

1 answer to this question.

0 votes

Yes, you can only clone the additional sub-modules. As mentioned in the documentation, if you miss including the --recursive option, then to install the additional sub-modules, you can run the following command:

git submodule update –init
answered Nov 19, 2018 by Omkar
• 69,210 points

Related Questions In Blockchain

0 votes
1 answer

How to retrieve data from an Ethereum Block?

To get transaction details like Block Hash ...READ MORE

answered Jul 19, 2018 in Blockchain by Perry
• 17,100 points
2,522 views
0 votes
1 answer
0 votes
1 answer

How do I withdraw the balance from a contract on Ethereum test blockchain?

Your need to improvise your code a ...READ MORE

answered Aug 3, 2018 in Blockchain by Perry
• 17,100 points
2,451 views
0 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,504 views
+2 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Ethereum solidity: Unable to get value from another contract

I have faced similar issues when compiling ...READ MORE

answered Oct 15, 2018 in Blockchain by Omkar
• 69,210 points
1,478 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP