Skip to content

Commit 01ee5ba

Browse files
Ross GirshickRoss Girshick
authored andcommitted
change to https urls for easier installation
1 parent 54cd7fb commit 01ee5ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "caffe-fast-rcnn"]
22
path = caffe-fast-rcnn
3-
url = git@github.com:rbgirshick/caffe-fast-rcnn.git
3+
url = https://github.com/rbgirshick/caffe-fast-rcnn.git
44
branch = fast-rcnn

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you find Fast R-CNN useful in your research, please consider citing:
6161
1. Clone the Fast R-CNN repository
6262
```Shell
6363
# Make sure to clone with --recursive
64-
git clone --recursive git@github.com:rbgirshick/fast-rcnn.git
64+
git clone --recursive https://github.com/rbgirshick/fast-rcnn.git
6565
```
6666

6767
2. We'll call the directory that you cloned Fast R-CNN into `FRCN_ROOT`

0 commit comments

Comments
 (0)