mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
Update repo link
This clone line fails with: fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
This commit is contained in:
committed by
Koichi Murase
parent
177864fc5c
commit
a652a77c17
@ -127,7 +127,7 @@ export OSH="$HOME/.dotfiles/oh-my-bash"; bash -c "$(curl -fsSL https://raw.githu
|
||||
##### 1. Clone the repository:
|
||||
|
||||
```shell
|
||||
git clone git://github.com/ohmybash/oh-my-bash.git ~/.oh-my-bash
|
||||
git clone https://github.com/ohmybash/oh-my-bash.git ~/.oh-my-bash
|
||||
```
|
||||
|
||||
##### 2. *Optionally*, backup your existing `~/.bashrc` file:
|
||||
|
Reference in New Issue
Block a user