When vim-plug installs a new plugin, .git/config
looks like this:
[core]
...
[remote "origin"]
url = https://git::@github.com/justinmk/vim-matchparenalways.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
...
The
url = https://git::@github.com/justinmk/...
fragment seems unusual. I would expect it to be
url = https://github.com/justinmk/...
With git::@github.com
, I cannot git push
changes. Replacing it with github.com
allows me to push changes.
I'm assuming this is due to a git setting or one of vim-plugin's particular git invocations, but before investigating I thought I would ask if this happens for others. It happens for me on Windows/OS X/ubuntu.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4