Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md has Pathogen example that uses "git://" URL instead of "https://" or "ssh://" URL #280

Open
jy-gh opened this issue Mar 28, 2023 · 0 comments

Comments

@jy-gh
Copy link

jy-gh commented Mar 28, 2023

In the Installation section of README.md there's a table of installation commands for users of the NeoBundle, Vundle, Vim-plug, Pathogen, and Dein plugin managers.

The Pathogen example references the following command:

git clone git://github.com/wellle/targets.vim.git ~/.vim/bundle/targets.vim

Unfortunately, GitHub turned off the git protocol. See Improving Git protocol security on GitHub.

The example should be changed to use a supported URL scheme such as "https://" or "ssh://".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant