docs(misc/Develop): using https:// works more widely than git@
Closes #14838
This commit is contained in:
committed by
Peter Bacon Darwin
parent
20051e5c59
commit
47fbbabe0b
@@ -53,7 +53,7 @@ minified AngularJS files:
|
||||
|
||||
```shell
|
||||
# Clone your Github repository:
|
||||
git clone "git@github.com:<github username>/angular.js.git"
|
||||
git clone https://github.com/<github username>/angular.js.git
|
||||
|
||||
# Go to the AngularJS directory:
|
||||
cd angular.js
|
||||
|
||||
Reference in New Issue
Block a user