-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove ssh repos information from setup-dev.md (#191)
# What ❔ Removes a leftover code from private repo times.
- Loading branch information
Showing
1 changed file
with
0 additions
and
10 deletions.
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 |
---|---|---|
|
@@ -15,16 +15,6 @@ Rosetta may cause problems that are hard to spot and debug, so make sure to chec | |
|
||
If you are a NixOS user or would like to have a reproducible environment, skip to the section about `nix`. | ||
|
||
## `git` | ||
|
||
If you are using an ssh key to authenticate with Github you need to make git always use ssh instead of http. | ||
|
||
```bash | ||
git config --global url."ssh://[email protected]/".insteadOf https://github.com/ | ||
``` | ||
|
||
[More information about how we use git](https://www.notion.so/matterlabs/Working-with-dependencies-in-private-repositories-697620178338452798a0ea5ac0d8e56a) | ||
|
||
## `Docker` | ||
|
||
Install `docker`. It is recommended to follow the instructions from the | ||
|