You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,8 @@ See [config-example.json](config-example.json) for examples of how to use each V
72
72
73
73
There are a couple of ways to get Hound to index private repositories:
74
74
75
-
* Use the `file://` protocol. This allows you to index any local folder, so you can clone the repository locally
76
-
and then reference the files directly. The downside here is that the polling to keep the repo up to date will
77
-
not work.
75
+
* Use the `file://` protocol. This allows you to index a local clone of a repository. The downside here is that the polling to keep the repo up to date will
76
+
not work. (This also doesn't work on local folders that are not of a supported repository type.)
78
77
* Use SSH style URLs in the config: `"url" : "git@github.com:foo/bar.git"`. As long as you have your
79
78
[SSH keys](https://help.github.com/articles/generating-ssh-keys/) set up on the box where Hound is running this will work.
0 commit comments