]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Change git url for pip installation in README (#2761)
authorcbows <32486983+cbows@users.noreply.github.com>
Tue, 11 Jan 2022 17:31:07 +0000 (18:31 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Jan 2022 17:31:07 +0000 (09:31 -0800)
* Change git url for pip installation in README

Unauthenticated git protocol was disabled recently by Github and should not be used anymore.

https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git

* Update CHANGES.md

CHANGES.md
README.md

index 748dbca70195620e85f96aec5b7455600bc2e51d..565c36f8c6099d746c55500801a54193109b2570 100644 (file)
 
 - Update GitHub action to support containerized runs (#2748)
 
+### Documentation
+
+- Change protocol in pip installation instructions to `https://` (#2761)
+
 ## 21.12b0
 
 ### _Black_
index e2b0d17ecfdf3739cabfed070b321241b0f38322..32db2bf2ce813472448c3b49c0e71654f95be391 100644 (file)
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ run. If you want to format Jupyter Notebooks, install with `pip install black[ju
 
 If you can't wait for the latest _hotness_ and want to install from GitHub, use:
 
-`pip install git+git://github.com/psf/black`
+`pip install git+https://github.com/psf/black`
 
 ### Usage