Skip to content

Commit 81287ba

Browse files
authored
Merge pull request #65 from firstbatchxyz/erhant/use-https-not-ssh
2 parents e1f11a1 + a085542 commit 81287ba

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[submodule "lib/dnet-p2p"]
22
path = lib/dnet-p2p
3-
url = git@github.com:firstbatchxyz/dnet-p2p.git
3+
url = https://github.com/firstbatchxyz/dnet-p2p.git
44
branch = master
55

66
[submodule "lib/distilp"]
77
path = lib/distilp
8-
url = git@github.com:firstbatchxyz/distilp.git
8+
url = https://github.com/firstbatchxyz/distilp.git
99
branch = master

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,9 @@
5757
**dnet** requires several submodules, which can all be cloned with the following command:
5858

5959
```sh
60-
git clone --recurse-submodules git@github.com:firstbatchxyz/dnet.git
60+
git clone --recurse-submodules https://github.com/firstbatchxyz/dnet.git
6161
```
6262

63-
> [!NOTE]
64-
>
65-
> If you are not using SSH for GitHub, you can add the following config to change SSH links into HTTPS, then you can clone with the command above.
66-
>
67-
> ```sh
68-
> git config --global url."https://github.com/".insteadOf "[email protected]:"
69-
> ```
70-
7163
**dnet** uses `uv`, so make sure it is installed. You can check for uv with the command below, and follow the [installation guide](https://docs.astral.sh/uv/getting-started/installation/) if you do not have it.
7264

7365
```sh

0 commit comments

Comments
 (0)