Ver código fonte

Updating commands doc to use https instead of git

This is do to the recent github change removing support for the unauthenticated git protocol on port 9418. For more info, see: https://github.blog/2021-09-01-improving-git-protocol-security-github/

If people depended on `git://` because of poor network connections, this may impact it (may want to switch to using `ssh://` in those cases).

Signed-off-by: Aaron Covrig <aarcov@gmail.com>
Aaron Covrig 2 anos atrás
pai
commit
bf084ee78d
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      sys/src/cmd/go/commands

+ 4 - 4
sys/src/cmd/go/commands

@@ -1,9 +1,9 @@
-edwood git://github.com/Harvey-OS/edwood.git edwood
-tools/gopls git://github.com/golang/tools.git tools
+edwood https://github.com/Harvey-OS/edwood.git edwood
+tools/gopls https://github.com/golang/tools.git tools
 tools/cmd/goimports ... 
-acme-lsp/cmd/acme-lsp git://github.com/fhs/acme-lsp acme-lsp
+acme-lsp/cmd/acme-lsp https://github.com/fhs/acme-lsp acme-lsp
 acme-lsp/cmd/L ...
 acme-lsp/cmd/Lone ...
-muscle/cmd/muscle git://github.com/nicolagi/muscle muscle
+muscle/cmd/muscle https://github.com/nicolagi/muscle muscle
 muscle/cmd/musclefs ...
 muscle/cmd/mus3 ...