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

Update README.mkd (git:// to https://) #238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rakuna
Copy link

@rakuna rakuna commented Apr 10, 2024

Original line errors out.
git clone git://github.com/altercation/vim-colors-solarized.git
Cloning into 'vim-colors-solarized'...
fatal: unable to connect to github.com:
github.com[0: 20.248.137.48]: errno=Operation timed out

Proposed line works as expected.
git clone https://github.com/altercation/vim-colors-solarized.git
Cloning into 'vim-colors-solarized'...
remote: Enumerating objects: 336, done.
remote: Total 336 (delta 0), reused 0 (delta 0), pack-reused 336
Receiving objects: 100% (336/336), 151.84 KiB | 765.00 KiB/s, done.
Resolving deltas: 100% (90/90), done.

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

Successfully merging this pull request may close these issues.

None yet

1 participant