We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7140d9f commit 166aac5Copy full SHA for 166aac5
README.md
@@ -21,8 +21,8 @@ Run `make deps` for generating vendor dir.
21
Under macOS we have to install `libgit2` manually, if you using [Homebrew](https://brew.sh/) please install like this:
22
23
```shell
24
-# libgit2 version 0.27.x
25
-HOMEBREW_NO_AUTO_UPDATE=1 brew install libgit2
+# need to specify libgit2 version 0.27.x because git2go not supported lastest 0.28: https://github.com/libgit2/git2go/issues/502
+HOMEBREW_NO_AUTO_UPDATE=1 brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/19dee2bd48ec0443e1f4a90bbdae0b9b8ef7da98/Formula/libgit2.rb
26
make deps
27
```
28
0 commit comments