Skip to content

Commit 1a20981

Browse files
ctrlcctrlvrkitover
authored andcommitted
Change git:// protocol to https://
`git://` hangs everywhere I tried it (home PC, AWS EC2), not quite sure why, probably a GitHub thing, they've been heavily pushing using https:// lately to get their repos. Sorry I don't know how to build these files so only edited source.
1 parent f918b1c commit 1a20981

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

markdown_src/vimpager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For vimcat see [here](markdown/vimcat.md) or 'man vimcat'.
3232
On Ubuntu or Debian, use the following to install a package:
3333

3434
```bash
35-
git clone git://github.com/rkitover/vimpager
35+
git clone https://github.com/rkitover/vimpager
3636
cd vimpager
3737
sudo make install-deb
3838
```
@@ -42,7 +42,7 @@ To just build the '.deb' use `make build-deb` instead.
4242
Otherwise use 'make install':
4343

4444
```bash
45-
git clone git://github.com/rkitover/vimpager
45+
git clone https://github.com/rkitover/vimpager
4646
cd vimpager
4747
sudo make install
4848
```

0 commit comments

Comments
 (0)