Use https for submodule remotes
Since ssh may not be set up (yet), use https for the submodule remotes.
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -42,4 +42,4 @@
|
||||
url = https://github.com/tmux-plugins/tmux-sensible
|
||||
[submodule ".config/zsh/plugins/fzf"]
|
||||
path = .config/zsh/plugins/fzf
|
||||
url = git@github.com:junegunn/fzf
|
||||
url = https://github.com/junegunn/fzf
|
||||
|
||||
Reference in New Issue
Block a user