Skip to content

Commit 0de8b27

Browse files
authored
Update README.md
1 parent 2f8fd82 commit 0de8b27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ git clone git@github.com:Devsh-Graphics-Programming/Nabla.git <target directory>
151151

152152
#### Force HTTPS protocol (optional)
153153

154-
We support cloning Nabla with **ssh only**, however you can still force clone with https for whole repository and it's all submodules by overriding project git config setup.
154+
We support cloning Nabla with **ssh only**, however you can still clone Nabla and it's all submodules with https by overriding global git configuration (sorry, must be global for it to work, currently we don't have smart scripts to change local configuration for each nested submodule).
155155

156156
```powershell
157157
git init
158-
git config --project protocol.*.allow always
159-
git config --project url."https://github.com/".insteadOf "git@github.com:"
158+
git config --global protocol.*.allow always
159+
git config --global url."https://github.com/".insteadOf "git@github.com:"
160160
git remote add origin https://github.com/Devsh-Graphics-Programming/Nabla.git
161161
git fetch origin master
162162
git checkout master

0 commit comments

Comments
 (0)