-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ The short version: | |
1. Start with Ubuntu 18 or run it in a [virtual machine](https://www.osboxes.org/ubuntu/) | ||
2. Set github repos to pull and push over ssh: `git config --global url.ssh://[email protected]/.insteadOf https://github.com/` | ||
- To push branches to repos in the MinaProtocol or o1-labs organisations, you must complete this step. These repositories do not accept the password authentication used by the https URLs. | ||
3. Pull in our submodules: `git submodule update --init` | ||
3. Pull in our submodules: `git submodule update --init --recursive` | ||
- This might fail with `[email protected]: Permission denied (publickey).`. If that happens it means | ||
you need to [set up SSH keys on your machine](https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). | ||
4. Run `git config --local --add submodule.recurse true` | ||
|