Skip to content

Commit 6e37c7e

Browse files
committed
use https
1 parent b5b790b commit 6e37c7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ To set up a local development environment, begin by cloning the repository:
115115

116116
```bash
117117
# clone the repo
118-
git clone git@github.com:Lightning-AI/pytorch-lightning.git
118+
git clone https://github.com/Lightning-AI/pytorch-lightning.git
119119
cd pytorch-lightning
120120
```
121121

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To setup a local development environment, install both local and test dependenci
99

1010
```bash
1111
# clone the repo
12-
git clone git@github.com:Lightning-AI/pytorch-lightning.git
12+
git clone https://github.com/Lightning-AI/pytorch-lightning.git
1313
cd pytorch-lightning
1414

1515
# install required dependencies

0 commit comments

Comments
 (0)