Skip to content

Commit 6eca919

Browse files
author
Paul N. Baker
authored
Update README.md
1 parent 66926ae commit 6eca919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ fatal: unable to access 'http://you@path.to/arbitrary/repository.git': gnutls_ha
99
```
1010
The only way to resolve this is by re-compiling git with `openssl` instead of `gnutls`.
1111

12-
This shellscript does that by downloading the source for git, switching it to `openssl` and and then building it. If you are using a managed version of git (eg: through ubuntu's package manager) you will have to re-run the script every time you recieve an updated version of git because the managed version will overwrite your compiled version.
12+
This shellscript does that by downloading the source for git, switching it to `openssl` and and then building it. If you are using a managed version of git (eg: through ubuntu's package manager) you will have to re-run the script every time you recieve an updated version of git because the managed version will overwrite your compiled version (it's honestly better to just uninstall it first, otherwise you're going to be fighting with `apt` with every git update)

0 commit comments

Comments
 (0)